On Fri, Jan 22, 2021 at 13:50:24 +0100, 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 + > 4 files changed, 5 insertions(+) Don't forget to update this since we now have 6.0.0 caps.