On 2011年12月22日 17:50, Osier Yang wrote: > Upstream QEMU supports it since commit fb0490f69. > --- > docs/formatdomain.html.in | 9 +++++++++ > docs/schemas/domaincommon.rng | 11 +++++++++++ > src/conf/domain_conf.c | 24 +++++++++++++++++++++++- > src/conf/domain_conf.h | 10 ++++++++++ > src/libvirt_private.syms | 2 ++ > src/qemu/qemu_capabilities.c | 3 +++ > src/qemu/qemu_capabilities.h | 1 + > src/qemu/qemu_command.c | 11 +++++++++++ > 8 files changed, 70 insertions(+), 1 deletions(-) > Patch up the missed changing on qemuhelptest.c
diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c index 60155e7..14d50a5 100644 --- a/tests/qemuhelptest.c +++ b/tests/qemuhelptest.c @@ -584,7 +584,8 @@ mymain(void) QEMU_CAPS_USB_HUB, QEMU_CAPS_NO_SHUTDOWN, QEMU_CAPS_PCI_ROMBAR, - QEMU_CAPS_NO_ACPI); + QEMU_CAPS_NO_ACPI, + QEMU_CAPS_DRIVE_COPY_ON_READ); DO_TEST("qemu-1.0", 1000000, 0, 0, QEMU_CAPS_VNC_COLON, QEMU_CAPS_NO_REBOOT,
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list