mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
qemu: Retire QEMU_CAPS_DUMP_COMPLETED
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>
This commit is contained in:
parent
45d0015d86
commit
15919f5558
@ -458,7 +458,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
||||
"machine.pseries.max-cpu-compat", /* X_QEMU_CAPS_MACHINE_PSERIES_MAX_CPU_COMPAT */
|
||||
|
||||
/* 280 */
|
||||
"dump-completed", /* QEMU_CAPS_DUMP_COMPLETED */
|
||||
"dump-completed", /* X_QEMU_CAPS_DUMP_COMPLETED */
|
||||
"virtio-gpu-ccw", /* QEMU_CAPS_DEVICE_VIRTIO_GPU_CCW */
|
||||
"virtio-keyboard-ccw", /* QEMU_CAPS_DEVICE_VIRTIO_KEYBOARD_CCW */
|
||||
"virtio-mouse-ccw", /* QEMU_CAPS_DEVICE_VIRTIO_MOUSE_CCW */
|
||||
|
@ -437,7 +437,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||||
X_QEMU_CAPS_MACHINE_PSERIES_MAX_CPU_COMPAT, /* -machine pseries,max-cpu-compat= */
|
||||
|
||||
/* 280 */
|
||||
QEMU_CAPS_DUMP_COMPLETED, /* DUMP_COMPLETED event */
|
||||
X_QEMU_CAPS_DUMP_COMPLETED, /* DUMP_COMPLETED event */
|
||||
QEMU_CAPS_DEVICE_VIRTIO_GPU_CCW, /* -device virtio-gpu-ccw */
|
||||
QEMU_CAPS_DEVICE_VIRTIO_KEYBOARD_CCW, /* -device virtio-keyboard-ccw */
|
||||
QEMU_CAPS_DEVICE_VIRTIO_MOUSE_CCW, /* -device virtio-mouse-ccw */
|
||||
|
Loading…
Reference in New Issue
Block a user