[libvirt] [libvirt PATCH v2 44/44] Deprecate QEMU_CAPS_MACHINE_USB_OPT

Andrea Bolognani abologna at redhat.com
Tue Apr 17 11:50:48 UTC 2018


On Mon, 2018-04-09 at 17:27 +0200, Ján Tomko wrote:
[...]
>      /* WebSockets were introduced between 1.3.0 and 1.3.1 */
>      if (qemuCaps->version >= 1003001)
>          virQEMUCapsSet(qemuCaps, QEMU_CAPS_VNC_WEBSOCKET);

Does this mean I should get ready for another one of these? O:-)

> diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
> index b6b0b61ee5..aeb3ebd185 100644
> --- a/tests/qemuxml2argvtest.c
> +++ b/tests/qemuxml2argvtest.c
> @@ -744,8 +744,7 @@ mymain(void)
>              QEMU_CAPS_ICH9_AHCI,
>              QEMU_CAPS_MACHINE_SMM_OPT,
>              QEMU_CAPS_VIRTIO_SCSI);
> -    DO_TEST("machine-usb-opt",
> -            QEMU_CAPS_MACHINE_USB_OPT);
> +    DO_TEST("machine-usb-opt", NONE);

No longer useful. Begone!

Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list