Re: [PATCH V4 6/6] libxl: Allocate MMIO params for GPIO device and update DT

2022-08-18 Thread Oleksandr
On 09.08.22 08:34, Viresh Kumar wrote: Hello Viresh This patch allocates Virtio MMIO params (IRQ and memory region) and pass them to the backend, also update Guest device-tree based on Virtio GPIO DT bindings [1]. [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio-vi

[PATCH V4 6/6] libxl: Allocate MMIO params for GPIO device and update DT

2022-08-08 Thread Viresh Kumar
This patch allocates Virtio MMIO params (IRQ and memory region) and pass them to the backend, also update Guest device-tree based on Virtio GPIO DT bindings [1]. [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio-virtio.yaml Signed-off-by: Viresh Kumar --- tools/libs/li