[PATCH 0/8] ppc: Clean up local variable shadowing

Cédric Le Goater posted 8 patches 7 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230918145850.241074-1-clg@kaod.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Nicholas Piggin <npiggin@gmail.com>, "Frédéric Barrat" <fbarrat@linux.ibm.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>
include/hw/ppc/fdt.h |  8 ++++----
hw/ppc/pnv_psi.c     |  5 +++--
hw/ppc/spapr.c       | 42 +++++++++++++++++++++++-------------------
hw/ppc/spapr_drc.c   | 12 +++++-------
hw/ppc/spapr_pci.c   |  6 +++---
5 files changed, 38 insertions(+), 35 deletions(-)
[PATCH 0/8] ppc: Clean up local variable shadowing
Posted by Cédric Le Goater 7 months, 2 weeks ago
Hello,

Here is a first round of cleanups for local variable shadowing
warrnings.

Thanks,

C. 

Cédric Le Goater (8):
  hw/ppc: Clean up local variable shadowing in _FDT helper routine
  pnv/psi: Clean up local variable shadowing
  spapr: Clean up local variable shadowing in spapr_dt_cpus()
  spapr: Clean up local variable shadowing in spapr_init_cpus()
  spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()
  spapr/drc: Clean up local variable shadowing in
    rtas_ibm_configure_connector()
  spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
  spapr/drc: Clean up local variable shadowing in prop_get_fdt()

 include/hw/ppc/fdt.h |  8 ++++----
 hw/ppc/pnv_psi.c     |  5 +++--
 hw/ppc/spapr.c       | 42 +++++++++++++++++++++++-------------------
 hw/ppc/spapr_drc.c   | 12 +++++-------
 hw/ppc/spapr_pci.c   |  6 +++---
 5 files changed, 38 insertions(+), 35 deletions(-)

-- 
2.41.0


Re: [PATCH 0/8] ppc: Clean up local variable shadowing
Posted by Markus Armbruster 7 months ago
Looks like I forgot to notify you when I queued, my apologies.  Series
has since been merged.
Re: [PATCH 0/8] ppc: Clean up local variable shadowing
Posted by Cédric Le Goater 7 months ago
On 10/4/23 12:26, Markus Armbruster wrote:
> Looks like I forgot to notify you when I queued, my apologies.  Series
> has since been merged.

Perfect !

C.