Re: [RFC PATCH V1 09/12] libxl: Handle virtio-mmio irq in more correct way

2020-08-05 Thread Oleksandr
On 05.08.20 02:22, Stefano Stabellini wrote: Hi Stefano On Mon, 3 Aug 2020, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This patch makes possible to use device passthrough again. Signed-off-by: Oleksandr Tyshchenko --- tools/libxl/libxl_arm.c | 33 +++

Re: [RFC PATCH V1 09/12] libxl: Handle virtio-mmio irq in more correct way

2020-08-04 Thread Stefano Stabellini
On Mon, 3 Aug 2020, Oleksandr Tyshchenko wrote: > From: Oleksandr Tyshchenko > > This patch makes possible to use device passthrough again. > > Signed-off-by: Oleksandr Tyshchenko > --- > tools/libxl/libxl_arm.c | 33 +++-- > 1 file changed, 23 insertions(+), 10 del

[RFC PATCH V1 09/12] libxl: Handle virtio-mmio irq in more correct way

2020-08-03 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko This patch makes possible to use device passthrough again. Signed-off-by: Oleksandr Tyshchenko --- tools/libxl/libxl_arm.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/tools/libxl/libxl_arm.c b/tools/libxl/li