On 18/10/2023 15.30, Philippe Mathieu-Daudé wrote:
There is no point in exposing an internal MMIO region via SysBus and directly mapping it in the very same device.Just map it without using the SysBus API. Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/ppc/pnv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>