diff options
| author | David Hildenbrand | 2016-09-05 10:52:32 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2016-09-06 17:06:50 +0200 |
| commit | a366930780a75027bf44fa8b1efa03372f71e17d (patch) | |
| tree | 98ca7e74edb3cc6b0e6e93f6e8c5bc215abacc15 /include | |
| parent | s390x/sclp: propagate the mha via sclp (diff) | |
| download | qemu-a366930780a75027bf44fa8b1efa03372f71e17d.tar.gz qemu-a366930780a75027bf44fa8b1efa03372f71e17d.tar.xz qemu-a366930780a75027bf44fa8b1efa03372f71e17d.zip | |
s390x/sclp: propagate hmfai
hmfai is provided on CPU models >= z196. Let's propagate it properly.
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <20160905085244.99980-19-dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/s390x/sclp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/s390x/sclp.h b/include/hw/s390x/sclp.h index dab3c0f268..3008a5148a 100644 --- a/include/hw/s390x/sclp.h +++ b/include/hw/s390x/sclp.h @@ -131,7 +131,8 @@ typedef struct ReadInfo { uint8_t _reserved6[116 - 112]; /* 112-115 */ uint8_t conf_char_ext[120 - 116]; /* 116-119 */ uint16_t highest_cpu; - uint8_t _reserved5[128 - 122]; /* 122-127 */ + uint8_t _reserved5[124 - 122]; /* 122-123 */ + uint32_t hmfai; struct CPUEntry entries[0]; } QEMU_PACKED ReadInfo; |
