From: Michal Privoznik Date: Mon, 7 Nov 2022 11:51:23 +0000 (+0100) Subject: qemu: Retire QEMU_CAPS_VSERPORT_CHANGE X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5724035ed587efbe678e5aebced5d10ba6d9ccf2;p=libvirt.git qemu: Retire QEMU_CAPS_VSERPORT_CHANGE Now that nothing uses this capability, it can be retired. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 6d5d994594..17c1e7fefc 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -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 */ diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h index dbfa5cc1d8..884c512265 100644 --- a/src/qemu/qemu_capabilities.h +++ b/src/qemu/qemu_capabilities.h @@ -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 */