Re: [PATCH 4/6] hw/arm/virt: Remove device tree restriction for virtio-iommu

2021-08-27 Thread Jean-Philippe Brucker
On Tue, Aug 17, 2021 at 03:42:22PM +0200, Eric Auger wrote: > > diff --git a/hw/virtio/virtio-iommu-pci.c b/hw/virtio/virtio-iommu-pci.c > > index 770c286be7..f30eb16cbf 100644 > > --- a/hw/virtio/virtio-iommu-pci.c > > +++ b/hw/virtio/virtio-iommu-pci.c > > @@ -48,16 +48,9 @@ static void

Re: [PATCH 4/6] hw/arm/virt: Remove device tree restriction for virtio-iommu

2021-08-17 Thread Eric Auger
Hi Jean, On 8/10/21 10:45 AM, Jean-Philippe Brucker wrote: > virtio-iommu is now supported with ACPI VIOT as well as device tree. > Remove the restriction that prevents from instantiating a virtio-iommu > device under ACPI. > > Signed-off-by: Jean-Philippe Brucker > --- > hw/arm/virt.c

[PATCH 4/6] hw/arm/virt: Remove device tree restriction for virtio-iommu

2021-08-10 Thread Jean-Philippe Brucker
virtio-iommu is now supported with ACPI VIOT as well as device tree. Remove the restriction that prevents from instantiating a virtio-iommu device under ACPI. Signed-off-by: Jean-Philippe Brucker --- hw/arm/virt.c| 10 ++ hw/virtio/virtio-iommu-pci.c | 7 --- 2