Re: [Qemu-devel] [PATCH v3 12/18] s390x: fix size + content of STSI blocks

2018-02-01 Thread Cornelia Huck
On Mon, 29 Jan 2018 13:56:17 +0100 David Hildenbrand wrote: > All blocks are 4k in size, which is only true for two of them right now. > Also some reserved fields were wrong, fix it and convert all reserved > fields to u8. > > This also fixes the LPAR part output in /proc/sysinfo under TCG. (for

[Qemu-devel] [PATCH v3 12/18] s390x: fix size + content of STSI blocks

2018-01-29 Thread David Hildenbrand
All blocks are 4k in size, which is only true for two of them right now. Also some reserved fields were wrong, fix it and convert all reserved fields to u8. This also fixes the LPAR part output in /proc/sysinfo under TCG. (for now, everything was indicated as 0) While at it, introduce typedefs fo