qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] hw: Clean up global variables shadowing
@ 2023-10-10 11:50 Philippe Mathieu-Daudé
  2023-10-10 11:50 ` [PATCH v2 1/6] hw/core/cpu: Clean up global variable shadowing Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-10 11:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Markus Armbruster, Igor Mammedov,
	Richard Henderson, Ilya Leoshkevich, Gerd Hoffmann, Halil Pasic,
	Marcel Apfelbaum, Philippe Mathieu-Daudé, Michael S. Tsirkin,
	Yanan Wang, Eduardo Habkost, Eric Farman, qemu-s390x,
	Christian Borntraeger, Thomas Huth, Ani Sinha, David Hildenbrand

Missing review: #1 #2 #3

v2:
- Addressed Ani's review comments (patches #2, #3)
- Added R-b tags

Clean up global variables shadowing in hw/ in
order to be able to use -Wshadow with Clang.

Philippe Mathieu-Daudé (6):
  hw/core/cpu: Clean up global variable shadowing
  hw/loader: Clean up global variable shadowing in rom_add_file()
  hw/display/vga: Clean up global variable shadowing
  hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
  hw/pci: Clean up global variable shadowing of address_space_io
    variable
  hw/s390x: Clean up global variable shadowing in
    quiesce_powerdown_req()

 hw/display/vga_int.h      |  4 ++--
 include/hw/acpi/pcihp.h   |  2 +-
 include/hw/core/cpu.h     |  8 ++++----
 include/hw/loader.h       | 11 ++++++-----
 include/hw/pci/pci.h      |  9 +++------
 cpu-common.c              |  6 +++---
 hw/acpi/pcihp.c           |  5 ++---
 hw/core/loader.c          | 10 +++++-----
 hw/display/vga.c          | 12 ++++++------
 hw/pci/pci.c              | 25 +++++++++----------------
 hw/s390x/sclpquiesce.c    |  8 ++++----
 target/s390x/cpu_models.c |  2 +-
 12 files changed, 46 insertions(+), 56 deletions(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-10-10 12:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 11:50 [PATCH v2 0/6] hw: Clean up global variables shadowing Philippe Mathieu-Daudé
2023-10-10 11:50 ` [PATCH v2 1/6] hw/core/cpu: Clean up global variable shadowing Philippe Mathieu-Daudé
2023-10-10 12:34   ` Ani Sinha
2023-10-10 11:50 ` [PATCH v2 2/6] hw/loader: Clean up global variable shadowing in rom_add_file() Philippe Mathieu-Daudé
2023-10-10 12:54   ` Ani Sinha
2023-10-10 11:50 ` [PATCH v2 3/6] hw/display/vga: Clean up global variable shadowing Philippe Mathieu-Daudé
2023-10-10 12:46   ` Ani Sinha
2023-10-10 12:50     ` Philippe Mathieu-Daudé
2023-10-10 12:51       ` Philippe Mathieu-Daudé
2023-10-10 11:50 ` [PATCH v2 4/6] hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init() Philippe Mathieu-Daudé
2023-10-10 11:50 ` [PATCH v2 5/6] hw/pci: Clean up global variable shadowing of address_space_io variable Philippe Mathieu-Daudé
2023-10-10 11:50 ` [PATCH v2 6/6] hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req() Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).