Re: [Qemu-devel] [PATCH v11 10/17] hw/arm/smmuv3: Abort on vfio or vhost case

2018-04-17 Thread Peter Maydell
On 12 April 2018 at 08:38, Eric Auger wrote: > At the moment, the SMMUv3 does not support notification on > TLB invalidation. So let's log an error as soon as such notifier > gets enabled. > > Signed-off-by: Eric Auger > --- > hw/arm/smmuv3.c | 11

[Qemu-devel] [PATCH v11 10/17] hw/arm/smmuv3: Abort on vfio or vhost case

2018-04-12 Thread Eric Auger
At the moment, the SMMUv3 does not support notification on TLB invalidation. So let's log an error as soon as such notifier gets enabled. Signed-off-by: Eric Auger --- hw/arm/smmuv3.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hw/arm/smmuv3.c