|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 3/6] hw/display/vga: Clean up global variable shadowing |
Date: | Tue, 10 Oct 2023 14:50:53 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
On 10/10/23 14:46, Ani Sinha wrote:
On 10-Oct-2023, at 5:20 PM, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: Rename 'address_space' -> 'legacy_io' and 'address_space_io' -> 'io' to fix:This works but why not replace address_space with legacy_address_space instead?
I'd rather avoid using 'address_space' for MemoryRegion, since we also have an AddressSpace type. Besides, both regions are mapped in I/O space.
hw/display/vga.c:2307:29: error: declaration shadows a variable in the global scope [-Werror,-Wshadow] MemoryRegion *address_space_io, bool init_vga_ports) ^ include/exec/address-spaces.h:35:21: note: previous declaration is here extern AddressSpace address_space_io; ^ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- hw/display/vga_int.h | 4 ++-- hw/display/vga.c | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-)
[Prev in Thread] | Current Thread | [Next in Thread] |