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

2022-09-07 Thread Viresh Kumar
On 07-09-22, 19:02, Julien Grall wrote: > It is a very descriptive compatible :). And yes I realize this is the > compatible chosen by upstream. :) > So this is exposing a GPIO interrupt controller but IIUC we will also need > to describe the devices in the device-tree. Can you outline how you wo

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

2022-09-07 Thread Julien Grall
(+ Bertrand) Hi Viresh, On 22/08/2022 10:15, Viresh Kumar wrote: 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/g

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

2022-09-06 Thread Anthony PERARD
On Mon, Aug 22, 2022 at 02:45:18PM +0530, Viresh Kumar wrote: > 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/bindi

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

2022-08-22 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 Reviewed-by: Oleksandr Tyshchenko Signed-off-b