qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 5/6] s390x/vfio: ap: Definition for AP Adapter ty


From: Pierre Morel
Subject: [Qemu-devel] [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]