]> git.proxmox.com Git - qemu.git/blobdiff - hw/s390-virtio-bus.h
Merge remote-tracking branch 'spice/spice.v39' into staging
[qemu.git] / hw / s390-virtio-bus.h
index edf6d045708d05a0a225e4e8fa92330ff4ac08d1..f1bece738ba0957c8854fe350647f760fec44147 100644 (file)
@@ -33,7 +33,7 @@
 #define VIRTIO_VQCONFIG_LEN            24
 
 #define VIRTIO_RING_LEN                        (TARGET_PAGE_SIZE * 3)
-#define S390_DEVICE_PAGES              256
+#define S390_DEVICE_PAGES              512
 
 typedef struct VirtIOS390Device {
     DeviceState qdev;
@@ -42,6 +42,7 @@ typedef struct VirtIOS390Device {
     uint8_t feat_len;
     VirtIODevice *vdev;
     BlockConf block;
+    char *block_serial;
     NICConf nic;
     uint32_t host_features;
     virtio_serial_conf serial;