]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Retire QEMU_CAPS_VSERPORT_CHANGE
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Nov 2022 11:51:23 +0000 (12:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 11:10:50 +0000 (12:10 +0100)
Now that nothing uses this capability, it can be retired.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h

index 6d5d9945945f06063d650baa09c7c208c9528e72..17c1e7fefc74fa415c40cc93f3ec2b22c15cf005 100644 (file)
@@ -356,7 +356,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
               "chardev-file-append", /* X_QEMU_CAPS_CHARDEV_FILE_APPEND */
               "ich9-disable-s3", /* QEMU_CAPS_ICH9_DISABLE_S3 */
               "ich9-disable-s4", /* QEMU_CAPS_ICH9_DISABLE_S4 */
-              "vserport-change-event", /* QEMU_CAPS_VSERPORT_CHANGE */
+              "vserport-change-event", /* X_QEMU_CAPS_VSERPORT_CHANGE */
               "virtio-balloon-pci.deflate-on-oom", /* QEMU_CAPS_VIRTIO_BALLOON_AUTODEFLATE */
 
               /* 210 */
index dbfa5cc1d8c0a3184b079e1671fbce88c60801bf..884c512265db960edd9bb9151c57dac49854a626 100644 (file)
@@ -334,7 +334,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
     X_QEMU_CAPS_CHARDEV_FILE_APPEND, /* -chardev file,append=on|off */
     QEMU_CAPS_ICH9_DISABLE_S3, /* -M q35 S3 BIOS Advertisement on/off */
     QEMU_CAPS_ICH9_DISABLE_S4, /* -M q35 S4 BIOS Advertisement on/off */
-    QEMU_CAPS_VSERPORT_CHANGE, /* VSERPORT_CHANGE event */
+    X_QEMU_CAPS_VSERPORT_CHANGE, /* VSERPORT_CHANGE event */
     QEMU_CAPS_VIRTIO_BALLOON_AUTODEFLATE, /* virtio-balloon-{device,pci,ccw}.
                                            * deflate-on-oom */