]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/s390x/s390-ccw.h
s390 vfio-ccw: Add bootindex property and IPLB data
[mirror_qemu.git] / include / hw / s390x / s390-ccw.h
index 7d15a1a5d41dc238659cab70ac501b23b6f83cf2..901d805d79a342a918cd09527acc3629c09a261f 100644 (file)
@@ -27,6 +27,7 @@ typedef struct S390CCWDevice {
     CcwDevice parent_obj;
     CssDevId hostid;
     char *mdevid;
+    int32_t bootindex;
 } S390CCWDevice;
 
 typedef struct S390CCWDeviceClass {