On Fri, Apr 23, 2021 at 15:24:26 +0200, Michal Privoznik wrote: > This commit introduces a new capability that reflects virtio-mem-pci > device support in QEMU: > > QEMU_CAPS_DEVICE_VIRTIO_MEM_PCI, /* -device virtio-mem-pci */ > > The virtio-mem-pci device was introduced in QEMU 5.1. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > src/qemu/qemu_capabilities.c | 2 ++ > src/qemu/qemu_capabilities.h | 1 + > tests/qemucapabilitiesdata/caps_5.1.0.x86_64.xml | 1 + > tests/qemucapabilitiesdata/caps_5.2.0.x86_64.xml | 1 + > tests/qemucapabilitiesdata/caps_6.0.0.x86_64.xml | 1 + > 5 files changed, 6 insertions(+) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>