Re: [PATCH 3/4] libxl: Allocate MMIO params for I2c device and update DT

2022-05-08 Thread Oleksandr
On 05.05.22 10:33, 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. Signed-off-by: Viresh Kumar --- tools/libs/light/libxl_arm.c | 57 ++-- 1 file

[PATCH 3/4] libxl: Allocate MMIO params for I2c device and update DT

2022-05-05 Thread Viresh Kumar
This patch allocates Virtio MMIO params (IRQ and memory region) and pass them to the backend, also update Guest device-tree. Signed-off-by: Viresh Kumar --- tools/libs/light/libxl_arm.c | 57 ++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/tool