"input-linux",
"virtio-gpu-gl-pci",
"virtio-vga-gl",
+
+ /* 405 */
+ "confidential-guest-support",
);
{ "iommu", QEMU_CAPS_MACHINE_VIRT_IOMMU },
};
+static struct virQEMUCapsStringFlags virQEMUCapsMachinePropsGeneric[] = {
+ { "confidential-guest-support", QEMU_CAPS_MACHINE_CONFIDENTAL_GUEST_SUPPORT },
+};
+
static virQEMUCapsObjectTypeProps virQEMUCapsMachineProps[] = {
{ "pseries", virQEMUCapsMachinePropsPSeries,
G_N_ELEMENTS(virQEMUCapsMachinePropsPSeries),
{ "virt", virQEMUCapsMachinePropsVirt,
G_N_ELEMENTS(virQEMUCapsMachinePropsVirt),
-1 },
+ { "none", virQEMUCapsMachinePropsGeneric,
+ G_N_ELEMENTS(virQEMUCapsMachinePropsGeneric),
+ -1 },
};
static void
QEMU_CAPS_VIRTIO_GPU_GL_PCI, /* -device virtio-gpu-gl-pci */
QEMU_CAPS_VIRTIO_VGA_GL, /* -device virtio-vga-gl */
+ /* 405 */
+ QEMU_CAPS_MACHINE_CONFIDENTAL_GUEST_SUPPORT, /* -machine confidential-guest-support */
+
QEMU_CAPS_LAST /* this must always be the last item */
} virQEMUCapsFlags;