mirror of https://gitee.com/openkylin/libvirt.git
Revert "qemu:: Introduce QEMU_CAPS_MACHINE_VIRT_MTE capability"
The QEMU interface is still in a state of flux, and KVM support
has been pulled shortly after having been merged. Let's not
commit to a stable interface in libvirt just yet.
Reverts: 1347a19f75
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
178a66f9af
commit
4fd5f0d660
|
@ -693,7 +693,6 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
|||
"virtio-gpu.blob", /* QEMU_CAPS_VIRTIO_GPU_BLOB */
|
||||
"rbd-encryption-layering", /* QEMU_CAPS_RBD_ENCRYPTION_LAYERING */
|
||||
"rbd-encryption-luks-any", /* QEMU_CAPS_RBD_ENCRYPTION_LUKS_ANY */
|
||||
"machine.virt.mte", /* QEMU_CAPS_MACHINE_VIRT_MTE */
|
||||
);
|
||||
|
||||
|
||||
|
@ -1721,7 +1720,6 @@ static struct virQEMUCapsStringFlags virQEMUCapsMachinePropsPSeries[] = {
|
|||
|
||||
static struct virQEMUCapsStringFlags virQEMUCapsMachinePropsVirt[] = {
|
||||
{ "iommu", QEMU_CAPS_MACHINE_VIRT_IOMMU },
|
||||
{ "mte", QEMU_CAPS_MACHINE_VIRT_MTE },
|
||||
};
|
||||
|
||||
static struct virQEMUCapsStringFlags virQEMUCapsMachinePropsGeneric[] = {
|
||||
|
|
|
@ -672,7 +672,6 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
|||
QEMU_CAPS_VIRTIO_GPU_BLOB, /* -device virtio-gpu-*.blob= */
|
||||
QEMU_CAPS_RBD_ENCRYPTION_LAYERING, /* layered encryption support for Ceph RBD */
|
||||
QEMU_CAPS_RBD_ENCRYPTION_LUKS_ANY, /* luks-any (LUKS and LUKS2) encryption format for Ceph RBD */
|
||||
QEMU_CAPS_MACHINE_VIRT_MTE, /* -machine virt,mte=* for ARM guests */
|
||||
|
||||
QEMU_CAPS_LAST /* this must always be the last item */
|
||||
} virQEMUCapsFlags;
|
||||
|
|
|
@ -130,7 +130,6 @@
|
|||
<flag name='virtio-net.rss'/>
|
||||
<flag name='usb-host.guest-resets-all'/>
|
||||
<flag name='virtio-crypto'/>
|
||||
<flag name='machine.virt.mte'/>
|
||||
<version>5002000</version>
|
||||
<microcodeVersion>61700243</microcodeVersion>
|
||||
<package>v5.2.0</package>
|
||||
|
|
|
@ -140,7 +140,6 @@
|
|||
<flag name='migration.blocked-reasons'/>
|
||||
<flag name='virtio-crypto'/>
|
||||
<flag name='pvpanic-pci'/>
|
||||
<flag name='machine.virt.mte'/>
|
||||
<version>6000000</version>
|
||||
<microcodeVersion>61700242</microcodeVersion>
|
||||
<package>v6.0.0</package>
|
||||
|
|
|
@ -153,7 +153,6 @@
|
|||
<flag name='virtio-crypto'/>
|
||||
<flag name='pvpanic-pci'/>
|
||||
<flag name='virtio-gpu.blob'/>
|
||||
<flag name='machine.virt.mte'/>
|
||||
<version>6001050</version>
|
||||
<microcodeVersion>61700244</microcodeVersion>
|
||||
<package></package>
|
||||
|
|
|
@ -161,7 +161,6 @@
|
|||
<flag name='virtio-crypto'/>
|
||||
<flag name='pvpanic-pci'/>
|
||||
<flag name='virtio-gpu.blob'/>
|
||||
<flag name='machine.virt.mte'/>
|
||||
<version>6002092</version>
|
||||
<microcodeVersion>61700243</microcodeVersion>
|
||||
<package>v7.0.0-rc2</package>
|
||||
|
|
|
@ -161,7 +161,6 @@
|
|||
<flag name='virtio-crypto'/>
|
||||
<flag name='pvpanic-pci'/>
|
||||
<flag name='virtio-gpu.blob'/>
|
||||
<flag name='machine.virt.mte'/>
|
||||
<version>6002092</version>
|
||||
<microcodeVersion>61700243</microcodeVersion>
|
||||
<package>v7.0.0-rc2</package>
|
||||
|
|
Loading…
Reference in New Issue