diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-22 19:01:55 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-26 18:40:21 +0100 |
commit | 079340c762dd46ae3470880d734b2e22f4db3fc4 (patch) | |
tree | 16035daa4e8dc6d28f273182b5c2d7f8c8c44767 /hw/core/sysbus.c | |
parent | 6d73fff3effe08c721fcad4619a7fa7dd6420a5d (diff) |
hw/i386/kvmvapic: Inline sysbus_address_space()
sysbus_address_space(...) is a simple wrapper to
get_system_memory(). Use it in place, since KVM
VAPIC doesn't distinct address spaces.
Rename the 'as' variable as 'mr' since it is a
MemoryRegion type, not an AddressSpace one.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240216153517.49422-6-philmd@linaro.org>
Diffstat (limited to 'hw/core/sysbus.c')
0 files changed, 0 insertions, 0 deletions