hw/riscv/virt: Remove pointless GPEX_HOST() cast
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 25 Nov 2024 13:07:25 +0000 (14:07 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Dec 2024 14:27:08 +0000 (15:27 +0100)
commit37bae93ce54cfa1eeb8c51c9fa883ad781e0853b
tree88780001c721d37b759faf8f71d1774b95e4552c
parentd4ee9a113e36e90f76cfec892cb9aacd3cd11c17
hw/riscv/virt: Remove pointless GPEX_HOST() cast

No need to QOM-cast twice, since the intermediate value
is not used.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20241125140535.4526-7-philmd@linaro.org>
hw/riscv/virt.c