diff options
| author | Jason J. Herne <jjherne@linux.vnet.ibm.com> | 2017-04-13 10:28:41 -0400 |
|---|---|---|
| committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-07-14 12:29:49 +0200 |
| commit | 6da5c593bb2c27cef5fbfc4b37342bbf66133cc1 (patch) | |
| tree | f9656dcebf461b0a263e27b5b98a387356b95787 /include | |
| parent | e7be8d499700f1ebdbfe8094aa19237998c0e1e3 (diff) | |
| download | focaccia-qemu-6da5c593bb2c27cef5fbfc4b37342bbf66133cc1.tar.gz focaccia-qemu-6da5c593bb2c27cef5fbfc4b37342bbf66133cc1.zip | |
s390x/cpumodel: wire up new hardware features
Some new guest features have been introduced recently. Let's wire them up in the CPU model. Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> [split patch]
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/s390x/sclp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/s390x/sclp.h b/include/hw/s390x/sclp.h index 3008a5148a..e71d526605 100644 --- a/include/hw/s390x/sclp.h +++ b/include/hw/s390x/sclp.h @@ -123,8 +123,7 @@ typedef struct ReadInfo { uint64_t facilities; /* 48-55 */ uint8_t _reserved0[76 - 56]; /* 56-75 */ uint32_t ibc_val; - uint8_t conf_char[96 - 80]; /* 80-95 */ - uint8_t _reserved4[99 - 96]; /* 96-98 */ + uint8_t conf_char[99 - 80]; /* 80-98 */ uint8_t mha_pow; uint32_t rnsize2; uint64_t rnmax2; |