[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 5/6] s390x/vfio: ap: Definition for AP Adapter ty
From: |
Pierre Morel |
Subject: |
[qemu-s390x] [PATCH v2 5/6] s390x/vfio: ap: Definition for AP Adapter type |
Date: |
Thu, 22 Nov 2018 17:35:54 +0100 |
Let's define the AP adapter type to use it with standard
adapter interface
Signed-off-by: Pierre Morel <address@hidden>
---
include/hw/s390x/css.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h
index aae19c4..9946492 100644
--- a/include/hw/s390x/css.h
+++ b/include/hw/s390x/css.h
@@ -217,6 +217,7 @@ IOInstEnding do_subchannel_work_passthrough(SubchDev *sub);
typedef enum {
CSS_IO_ADAPTER_VIRTIO = 0,
CSS_IO_ADAPTER_PCI = 1,
+ CSS_IO_ADAPTER_AP = 2,
CSS_IO_ADAPTER_TYPE_NUMS,
} CssIoAdapterType;
--
2.7.4
- Re: [qemu-s390x] [PATCH v2 2/6] s390x/vfio: ap: Use the APdevice as a child of the APBus, (continued)
[qemu-s390x] [PATCH v2 1/6] s390x/vfio: ap: Finding the AP bridge, Pierre Morel, 2018/11/22
[qemu-s390x] [PATCH v2 3/6] s390x/vfio: ap: Linux uapi VFIO place holder, Pierre Morel, 2018/11/22
[qemu-s390x] [PATCH v2 5/6] s390x/vfio: ap: Definition for AP Adapter type,
Pierre Morel <=
[qemu-s390x] [PATCH v2 6/6] s390x/vfio: ap: Implementing AP Queue Interrupt Control, Pierre Morel, 2018/11/22
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 0/6] s390x/vfio: VFIO-AP interrupt control interception, Halil Pasic, 2018/11/29