[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-5.0 v11 11/20] hw/arm/virt: Add the virtio-iommu device t
From: |
Jean-Philippe Brucker |
Subject: |
Re: [PATCH for-5.0 v11 11/20] hw/arm/virt: Add the virtio-iommu device tree mappings |
Date: |
Tue, 10 Dec 2019 17:45:28 +0100 |
On Fri, Nov 22, 2019 at 07:29:34PM +0100, Eric Auger wrote:
> diff --git a/hw/virtio/virtio-iommu-pci.c b/hw/virtio/virtio-iommu-pci.c
> index 280230b31e..4cfae1f9df 100644
> --- a/hw/virtio/virtio-iommu-pci.c
> +++ b/hw/virtio/virtio-iommu-pci.c
> @@ -31,9 +31,6 @@ struct VirtIOIOMMUPCI {
>
> static Property virtio_iommu_pci_properties[] = {
> DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
> - DEFINE_PROP_ARRAY("reserved-regions", VirtIOIOMMUPCI,
> - vdev.nb_reserved_regions, vdev.reserved_regions,
> - qdev_prop_interval, Interval),
Belongs in patch 10?
Apart from that
Reviewed-by: Jean-Philippe Brucker <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH for-5.0 v11 11/20] hw/arm/virt: Add the virtio-iommu device tree mappings,
Jean-Philippe Brucker <=