]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Validate MTE feature
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 15 May 2023 12:06:59 +0000 (14:06 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 16 May 2023 15:43:03 +0000 (17:43 +0200)
commitc6c9b5d251de215ed378aa0bc31daa2e1170409e
treef488890f41e14cf00e9a8a02150121fa9b0efe39
parent1347a19f75a23b4d92e6a7b549fcde52b23f0258
qemu: Validate MTE feature

The MTE feature is not supported by all QEMUs, only those with
QEMU_CAPS_MACHINE_VIRT_MTE capability.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_validate.c