qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/6] hw/i386/kvmvapic: Inline sysbus_address_space()


From: Richard Henderson
Subject: Re: [PATCH 5/6] hw/i386/kvmvapic: Inline sysbus_address_space()
Date: Sat, 17 Feb 2024 10:45:15 -1000
User-agent: Mozilla Thunderbird

On 2/16/24 05:35, Philippe Mathieu-Daudé wrote:
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>
---
  hw/i386/kvmvapic.c | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]