RE: [RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults API

2020-03-26 Thread Liu, Yi L
12:58 AM > To: eric.auger@gmail.com; eric.au...@redhat.com; qemu-devel@nongnu.org; > Subject: [RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults > API > > This new API allows to inject @count iommu_faults into > the IOMMU memory region. > > Signed-off-b

[RFC v6 05/24] memory: Introduce IOMMU Memory Region inject_faults API

2020-03-20 Thread Eric Auger
This new API allows to inject @count iommu_faults into the IOMMU memory region. Signed-off-by: Eric Auger --- include/exec/memory.h | 25 + memory.c | 10 ++ 2 files changed, 35 insertions(+) diff --git a/include/exec/memory.h b/include/exec/memory.h