On 01/02/2024 13.28, Alex Bennée wrote:
This regressed qemu-system-xtensa:
TEST test_load_store on xtensa
qemu-system-xtensa: Some ROM regions are overlapping
These ROM regions might have been loaded by direct user request or by
default.
They could be BIOS/firmware images, a guest kernel, initrd or some other
file loaded into guest memory.
Check whether you intended to load all this guest code, and whether it has
been built to load to the correct addresses.
The following two regions overlap (in the memory address space):
test_load_store ELF program header segment 1 (addresses 0x0000000000001000
- 0x0000000000001f26)
test_load_store ELF program header segment 2 (addresses 0x0000000000001ab8
- 0x0000000000001ab8)
make[1]: *** [Makefile:187: run-test_load_store] Error 1
This reverts commit 62570f1434160d356311e1c217537e24a4ac85cd.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
include/hw/elf_ops.h | 75 +++++++++++++++++++++-----------------------
1 file changed, 36 insertions(+), 39 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>