mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
qemu: capablities: Detect presence of 'set-action' as QEMU_CAPS_SET_ACTION
The 'set-action' QMP command allows modifying the behaviour when the guest resets. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4ffc807214
commit
feb0a0c7f5
src/qemu
tests/qemucapabilitiesdata
@ -637,6 +637,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
||||
"confidential-guest-support", /* QEMU_CAPS_MACHINE_CONFIDENTAL_GUEST_SUPPORT */
|
||||
"query-display-options", /* QEMU_CAPS_QUERY_DISPLAY_OPTIONS */
|
||||
"s390-pv-guest", /* QEMU_CAPS_S390_PV_GUEST */
|
||||
"set-action", /* QEMU_CAPS_SET_ACTION */
|
||||
);
|
||||
|
||||
|
||||
@ -1180,6 +1181,7 @@ struct virQEMUCapsStringFlags virQEMUCapsCommands[] = {
|
||||
{ "query-display-options", QEMU_CAPS_QUERY_DISPLAY_OPTIONS },
|
||||
{ "blockdev-reopen", QEMU_CAPS_BLOCKDEV_REOPEN },
|
||||
{ "set-numa-node", QEMU_CAPS_NUMA },
|
||||
{ "set-action", QEMU_CAPS_SET_ACTION },
|
||||
};
|
||||
|
||||
struct virQEMUCapsStringFlags virQEMUCapsMigration[] = {
|
||||
|
@ -617,6 +617,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||||
QEMU_CAPS_MACHINE_CONFIDENTAL_GUEST_SUPPORT, /* -machine confidential-guest-support */
|
||||
QEMU_CAPS_QUERY_DISPLAY_OPTIONS, /* 'query-display-options' qmp command present */
|
||||
QEMU_CAPS_S390_PV_GUEST, /* -object s390-pv-guest,... */
|
||||
QEMU_CAPS_SET_ACTION, /* 'set-action' QMP command */
|
||||
|
||||
QEMU_CAPS_LAST /* this must always be the last item */
|
||||
} virQEMUCapsFlags;
|
||||
|
@ -210,6 +210,7 @@
|
||||
<flag name='input-linux'/>
|
||||
<flag name='confidential-guest-support'/>
|
||||
<flag name='query-display-options'/>
|
||||
<flag name='set-action'/>
|
||||
<version>6000000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>61700242</microcodeVersion>
|
||||
|
@ -164,6 +164,7 @@
|
||||
<flag name='confidential-guest-support'/>
|
||||
<flag name='query-display-options'/>
|
||||
<flag name='s390-pv-guest'/>
|
||||
<flag name='set-action'/>
|
||||
<version>6000000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>39100242</microcodeVersion>
|
||||
|
@ -254,6 +254,7 @@
|
||||
<flag name='input-linux'/>
|
||||
<flag name='confidential-guest-support'/>
|
||||
<flag name='query-display-options'/>
|
||||
<flag name='set-action'/>
|
||||
<version>6000000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>43100242</microcodeVersion>
|
||||
|
@ -256,6 +256,7 @@
|
||||
<flag name='virtio-vga-gl'/>
|
||||
<flag name='confidential-guest-support'/>
|
||||
<flag name='query-display-options'/>
|
||||
<flag name='set-action'/>
|
||||
<version>6001000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>43100243</microcodeVersion>
|
||||
|
Loading…
x
Reference in New Issue
Block a user