summaryrefslogtreecommitdiffstats
path: root/include/hw/vfio/vfio-common.h
diff options
context:
space:
mode:
authorPeter Maydell2018-10-12 13:40:04 +0200
committerPeter Maydell2018-10-12 13:40:04 +0200
commit69ac8c4cb93f2685839ff7b857cef306b388ff3c (patch)
tree227eab213d6478690170695325be3d38c43bbbb5 /include/hw/vfio/vfio-common.h
parentMerge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging (diff)
parenthw/s390x: Include the tod-qemu also for builds with --disable-tcg (diff)
downloadqemu-69ac8c4cb93f2685839ff7b857cef306b388ff3c.tar.gz
qemu-69ac8c4cb93f2685839ff7b857cef306b388ff3c.tar.xz
qemu-69ac8c4cb93f2685839ff7b857cef306b388ff3c.zip
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181012' into staging
More s390x updates: - introduce support for vfio-ap (s390 crypto devices), including a Linux headers update to get the new interfaces - the usual fixing + cleanup # gpg: Signature made Fri 12 Oct 2018 10:54:38 BST # gpg: using RSA key DECF6B93C6F02FAF # gpg: Good signature from "Cornelia Huck <conny@cornelia-huck.de>" # gpg: aka "Cornelia Huck <huckc@linux.vnet.ibm.com>" # gpg: aka "Cornelia Huck <cornelia.huck@de.ibm.com>" # gpg: aka "Cornelia Huck <cohuck@kernel.org>" # gpg: aka "Cornelia Huck <cohuck@redhat.com>" # Primary key fingerprint: C3D0 D66D C362 4FF6 A8C0 18CE DECF 6B93 C6F0 2FAF * remotes/cohuck/tags/s390x-20181012: hw/s390x: Include the tod-qemu also for builds with --disable-tcg s390: doc: detailed specifications for AP virtualization s390x/vfio: ap: Introduce VFIO AP device s390x/ap: base Adjunct Processor (AP) object model s390x/kvm: enable AP instruction interpretation for guest s390x/cpumodel: Set up CPU model for AP device support linux-headers: update target/s390x/excp_helper: Remove DPRINTF() macro Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/vfio/vfio-common.h')
-rw-r--r--include/hw/vfio/vfio-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h
index 821def0565..6be9a93f61 100644
--- a/include/hw/vfio/vfio-common.h
+++ b/include/hw/vfio/vfio-common.h
@@ -37,6 +37,7 @@ enum {
VFIO_DEVICE_TYPE_PCI = 0,
VFIO_DEVICE_TYPE_PLATFORM = 1,
VFIO_DEVICE_TYPE_CCW = 2,
+ VFIO_DEVICE_TYPE_AP = 3,
};
typedef struct VFIOMmap {