Re: [Qemu-devel] [PATCH v2 6/6] Categorize devices: iommu

2019-04-01 Thread Auger Eric
Hi Ernest, On 3/27/19 6:05 PM, Ernest Esene wrote: > Set category and description for iommu devices > Signed-off-by: Ernest Esene > > --- > v2: > * split into separate patches > --- > hw/i386/amd_iommu.c | 2 ++ > hw/i386/intel_iommu.c | 2 ++ > 2 files changed, 4 insertions(+) > > diff --

Re: [Qemu-devel] [PATCH v2 6/6] Categorize devices: iommu

2019-03-30 Thread Eduardo Habkost
On Wed, Mar 27, 2019 at 06:05:18PM +0100, Ernest Esene wrote: > Set category and description for iommu devices > Signed-off-by: Ernest Esene Reviewed-by: Eduardo Habkost -- Eduardo

[Qemu-devel] [PATCH v2 6/6] Categorize devices: iommu

2019-03-27 Thread Ernest Esene
Set category and description for iommu devices Signed-off-by: Ernest Esene --- v2: * split into separate patches --- hw/i386/amd_iommu.c | 2 ++ hw/i386/intel_iommu.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 6eabdf9917..4a4e2c7fd4