On Wed, Jan 17, 2024 at 09:04:56 -0500, Andrea Bolognani wrote:
On Wed, Jan 17, 2024 at 01:22:28PM +0100, Peter Krempa wrote:
> On Wed, Jan 17, 2024 at 10:54:41 +0100, Andrea Bolognani wrote:
> > It's impossible to compile out PCI support on aarch64, so if
> > we want to test virtio-balloon together with virtio-mmio we have
> > to either request that explicitly or trick libvirt by masking
> > capabilities. Do the former instead of the latter.
>
> While same idea about non-virt machines not mandating PCI applies, which
> would make the commit message misleading ...
You're right, it is. If I changed it to
For all supported QEMU version, the virt machine type has a hard
dependency on PCI support, so if we want...
would that work for you?
Yup, that sounds good.