mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemu_capabilities: Add QEMU_CAPS_VIRTIO_GPU_GL_PCI
This flag will be used for the device virtio-gpu-gl-pci which is introduced since QEMU 6.1. Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
05306cab74
commit
0263d6a93d
@ -630,6 +630,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
||||
"compat-deprecated",
|
||||
"acpi-index",
|
||||
"input-linux",
|
||||
"virtio-gpu-gl-pci",
|
||||
);
|
||||
|
||||
|
||||
@ -1349,6 +1350,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
|
||||
{ "virtio-pmem-pci", QEMU_CAPS_DEVICE_VIRTIO_PMEM_PCI },
|
||||
{ "vhost-user-blk", QEMU_CAPS_DEVICE_VHOST_USER_BLK },
|
||||
{ "input-linux", QEMU_CAPS_INPUT_LINUX },
|
||||
{ "virtio-gpu-gl-pci", QEMU_CAPS_VIRTIO_GPU_GL_PCI },
|
||||
};
|
||||
|
||||
|
||||
|
@ -610,6 +610,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||||
QEMU_CAPS_COMPAT_DEPRECATED, /* -compat deprecated-(input|output) is supported */
|
||||
QEMU_CAPS_ACPI_INDEX, /* PCI device 'acpi-index' property */
|
||||
QEMU_CAPS_INPUT_LINUX, /* -object input-linux */
|
||||
QEMU_CAPS_VIRTIO_GPU_GL_PCI, /* -device virtio-gpu-gl-pci */
|
||||
|
||||
QEMU_CAPS_LAST /* this must always be the last item */
|
||||
} virQEMUCapsFlags;
|
||||
|
@ -254,6 +254,7 @@
|
||||
<flag name='compat-deprecated'/>
|
||||
<flag name='acpi-index'/>
|
||||
<flag name='input-linux'/>
|
||||
<flag name='virtio-gpu-gl-pci'/>
|
||||
<version>6000050</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>43100243</microcodeVersion>
|
||||
|
Loading…
Reference in New Issue
Block a user