|
From: | Thomas Huth |
Subject: | Re: [PATCH 4/6] hw/ppc/pnv: Do not use SysBus API to map local MMIO region |
Date: | Thu, 19 Oct 2023 07:44:16 +0200 |
User-agent: | Mozilla Thunderbird |
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é <philmd@linaro.org> --- hw/ppc/pnv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |