On 10/09/2024 19.58, David Hildenbrand wrote:
Nowadays, it feels more natural to have that code located in
s390_memory_init(), where we also have direct access to the machine
object.
While at it, use the actual RAM size, not the maximum RAM size which
cannot currently be reached without support for any memory devices.
Signed-off-by: David Hildenbrand <da...@redhat.com>
---
hw/s390x/s390-virtio-ccw.c | 22 ++++++++++++++++++----
hw/s390x/sclp.c | 11 -----------
2 files changed, 18 insertions(+), 15 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>