Re: [PATCH RFC 3/5] s390x: prepare device memory address space

2020-07-10 Thread David Hildenbrand
On 09.07.20 12:59, Cornelia Huck wrote: > On Wed, 8 Jul 2020 20:51:33 +0200 > David Hildenbrand wrote: > >> Let's allocate the device memory information and setup the device >> memory address space. Expose the maximum ramsize via SCLP and the actual >> initial ramsize via diag260. >> >>

Re: [PATCH RFC 3/5] s390x: prepare device memory address space

2020-07-09 Thread Cornelia Huck
On Wed, 8 Jul 2020 20:51:33 +0200 David Hildenbrand wrote: > Let's allocate the device memory information and setup the device > memory address space. Expose the maximum ramsize via SCLP and the actual > initial ramsize via diag260. > > Signed-off-by: David Hildenbrand > --- >

[PATCH RFC 3/5] s390x: prepare device memory address space

2020-07-08 Thread David Hildenbrand
Let's allocate the device memory information and setup the device memory address space. Expose the maximum ramsize via SCLP and the actual initial ramsize via diag260. Signed-off-by: David Hildenbrand --- hw/s390x/s390-virtio-ccw.c | 43 ++ hw/s390x/sclp.c