mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
launch: libvirt: Set attribute present=yes to enable kvmclock.
This commit is contained in:
committed by
Richard W.M. Jones
parent
0fbd645cb9
commit
216cb004ae
@@ -868,6 +868,9 @@ construct_libvirt_xml_cpu (guestfs_h *g,
|
||||
XMLERROR (-1,
|
||||
xmlTextWriterWriteAttribute (xo, BAD_CAST "name",
|
||||
BAD_CAST "kvmclock"));
|
||||
XMLERROR (-1,
|
||||
xmlTextWriterWriteAttribute (xo, BAD_CAST "present",
|
||||
BAD_CAST "yes"));
|
||||
XMLERROR (-1, xmlTextWriterEndElement (xo));
|
||||
XMLERROR (-1, xmlTextWriterEndElement (xo));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user