On 10/09/2024 19.58, David Hildenbrand wrote:
Let's add s390_get_memory_limit(), to query what has been successfully set via s390_set_memory_limit(). Allow setting the limit only once.Signed-off-by: David Hildenbrand <da...@redhat.com> --- target/s390x/cpu-sysemu.c | 19 +++++++++++++++++-- target/s390x/cpu.h | 1 + 2 files changed, 18 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>