[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container
From: |
Peter Xu |
Subject: |
Re: [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container |
Date: |
Fri, 1 Nov 2019 15:58:48 +0100 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
On Thu, Oct 24, 2019 at 08:34:26AM -0400, Liu Yi L wrote:
[...]
> +typedef struct VFIOIOMMUContext {
> + VFIOContainer *container;
> + IOMMUContext *iommu_ctx;
> + IOMMUCTXNotifier n;
> + QLIST_ENTRY(VFIOIOMMUContext) iommu_ctx_next;
> +} VFIOIOMMUContext;
> +
No strong opinion on this - but for me it would be more meaningful to
squash this patch into where this struct is firstly used.
--
Peter Xu
- Re: [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container,
Peter Xu <=