[PATCH qemu v2] target/i386: Fix "info mem" when LA57 is enabled

2023-12-17 Thread ~jmbert
From: Joe Berthels "info mem" now correctly displays virtual address map instead of hanging and displaying nothing. Signed-off-by: Joe Berthels (joe21...@gmail.com) --- 'l0' should have been shifted 48 bits to form 'end', instead of 47 bits target/i386/monitor.c | 136 +

[PATCH qemu] target/i386: Fix "info mem" when LA57 is enabled

2023-12-17 Thread ~jmbert
From: Joe Berthels "info mem" now correctly displays virtual address map instead of hanging and displaying nothing. Signed-off-by: Joe Berthels (joe21...@gmail.com) --- target/i386/monitor.c | 138 +- 1 file changed, 70 insertions(+), 68 deletions(-) dif