]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/smmuv3: Abort on vfio or vhost case
authorEric Auger <eric.auger@redhat.com>
Fri, 4 May 2018 17:05:52 +0000 (18:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 May 2018 17:52:58 +0000 (18:52 +0100)
commit0d1ac82eced6bb641a98cd5d7f3b829635f95fac
tree424768178ff1d4ce7c88d33ed1bd5a4a0b7529d9
parent9bde7f0674fe0354ab58ccf25fdfd9f2f68f2b5c
hw/arm/smmuv3: Abort on vfio or vhost case

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 <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1524665762-31355-11-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3.c