Re: [PATCH 2/4] hw/core/loader.c: Improve reporting of ROM overlap errors

2020-11-30 Thread Richard Henderson
On 11/29/20 2:39 PM, Peter Maydell wrote: > In rom_check_and_register_reset() we report to the user if there is > a "ROM region overlap". This has a couple of problems: > * the reported information is not very easy to intepret > * the function just prints the overlap to stderr (and relies on >

[PATCH 2/4] hw/core/loader.c: Improve reporting of ROM overlap errors

2020-11-29 Thread Peter Maydell
In rom_check_and_register_reset() we report to the user if there is a "ROM region overlap". This has a couple of problems: * the reported information is not very easy to intepret * the function just prints the overlap to stderr (and relies on its single callsite in vl.c to do an