Hi David,
David Woodhouse <dw...@infradead.org> writes: > [[S/MIME Signed Part:Undecided]] > On Fri, 2023-11-10 at 20:42 +0000, Volodymyr Babchuk wrote: >> From: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com> >> >> This patch adds basic virtio-pci support for xen_arm machine. > > Why only xen_arm? Couldn't this be a fairly generic device which can be > instantiated on x86 too, both for real and emulated Xen guests? And > riscv/ppc too? This is the architecture-specific code. Actually, from QEMU point of view, this code just adds a virtual PCI bridge. For example, on x86 this is done in a some other way, so they already have virtio-pci working. -- WBR, Volodymyr