Re: [PATCH V9 2/2] libxl: Introduce basic virtio-mmio support on Arm

2022-06-10 Thread Anthony PERARD
On Wed, Jun 01, 2022 at 08:57:41PM +0300, Oleksandr Tyshchenko wrote: > From: Julien Grall > > This patch introduces helpers to allocate Virtio MMIO params > (IRQ and memory region) and create specific device node in > the Guest device-tree with allocated params. In order to deal > with multiple

Re: [PATCH V9 2/2] libxl: Introduce basic virtio-mmio support on Arm

2022-06-02 Thread Stefano Stabellini
On Wed, 1 Jun 2022, Oleksandr Tyshchenko wrote: > From: Julien Grall > > This patch introduces helpers to allocate Virtio MMIO params > (IRQ and memory region) and create specific device node in > the Guest device-tree with allocated params. In order to deal > with multiple Virtio devices, reserv

[PATCH V9 2/2] libxl: Introduce basic virtio-mmio support on Arm

2022-06-01 Thread Oleksandr Tyshchenko
From: Julien Grall This patch introduces helpers to allocate Virtio MMIO params (IRQ and memory region) and create specific device node in the Guest device-tree with allocated params. In order to deal with multiple Virtio devices, reserve corresponding ranges. For now, we reserve 1MB for memory r