]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - pc-bios/s390-ccw/virtio.h
s390-ccw.img: Get queue config from host.
[thirdparty/qemu.git] / pc-bios / s390-ccw / virtio.h
index a33199dd08236df5a98cddf05893d3d6fe22ea5a..86fdd579b451916754f0997bbd7e0e6f923a06ef 100644 (file)
@@ -53,6 +53,11 @@ struct vq_info_block {
     u16 num;
 } __attribute__((packed));
 
+struct vq_config_block {
+    u16 index;
+    u16 num;
+} __attribute__((packed));
+
 struct virtio_dev {
     struct virtio_dev_header *header;
     struct virtio_vqconfig *vqconfig;