aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-29aspeed/i2c: Clean up local variable shadowingCédric Le Goater1-1/+0
2023-09-29hw/arm/smmuv3-internal.h: Don't use locals in statement macrosPeter Maydell1-29/+14
2023-09-29hw/arm/smmuv3.c: Avoid shadowing variablePeter Maydell1-2/+2
2023-09-29hw/misc/arm_sysctl.c: Avoid shadowing local variablePeter Maydell1-3/+3
2023-09-29hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()Peter Maydell1-3/+3
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha3-42/+44
2023-09-29test-throttle: don't shadow 'index' variable in do_test_accounting()Alberto Garcia1-1/+1
2023-09-29spapr/drc: Clean up local variable shadowing in prop_get_fdt()Cédric Le Goater1-5/+5
2023-09-29spapr/pci: Clean up local variable shadowing in spapr_phb_realize()Cédric Le Goater1-3/+3
2023-09-29spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()Cédric Le Goater1-2/+0
2023-09-29spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()Cédric Le Goater1-2/+2
2023-09-29spapr: Clean up local variable shadowing in spapr_init_cpus()Cédric Le Goater1-2/+0
2023-09-29spapr: Clean up local variable shadowing in spapr_dt_cpus()Cédric Le Goater1-15/+21
2023-09-29pnv/psi: Clean up local variable shadowingCédric Le Goater1-2/+3
2023-09-29hw/ppc: Clean up local variable shadowing in _FDT helper routineCédric Le Goater1-4/+4
2023-09-29hw/intc/openpic: Clean up local variable shadowingPhilippe Mathieu-Daudé1-5/+2
2023-09-29hw/core/machine: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+0
2023-09-29softmmu/physmem: Clean up local variable shadowingPhilippe Mathieu-Daudé1-5/+5
2023-09-29softmmu/memory: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-09-29sysemu/device_tree: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+2
2023-09-29linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-09-29util/vhost-user-server: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-29crypto/cipher-gnutls.c: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-09-29net/eth: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+0
2023-09-29hw/nios2: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-09-29hw/microblaze: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-29hw/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé1-6/+4
2023-09-29hw/arm/allwinner: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+3
2023-09-29hw/arm/virt: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+1
2023-09-29hw/arm/armv7m: Clean up local variable shadowingPhilippe Mathieu-Daudé2-11/+7
2023-09-29target/tricore: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-29target/mips: Clean up local variable shadowingPhilippe Mathieu-Daudé3-12/+10
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-09-29target/arm/tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé2-9/+9
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé2-10/+9
2023-09-29qobject atomics osdep: Make a few macros more hygienicMarkus Armbruster4-14/+43
2023-09-29block: Clean up local variable shadowingMarkus Armbruster5-26/+27
2023-09-29block/vdi: Clean up local variable shadowingMarkus Armbruster1-4/+3
2023-09-29block/dirty-bitmap: Clean up local variable shadowingMarkus Armbruster2-11/+11
2023-09-29ui: Clean up local variable shadowingMarkus Armbruster5-24/+22
2023-09-29migration: Clean up local variable shadowingMarkus Armbruster4-11/+11
2023-09-29migration/rdma: Fix save_page method to fail on polling errorMarkus Armbruster1-2/+4
2023-09-27migration: Move return path cleanup to main migration threadFabiano Rosas1-1/+10
2023-09-27migration: Replace the return path retry logicFabiano Rosas2-50/+11
2023-09-27migration: Consolidate return path closing codeFabiano Rosas1-15/+14
2023-09-27migration: Remove redundant cleanup of postcopy_qemufile_srcFabiano Rosas1-6/+0
2023-09-27migration: Fix possible race when shutting down to_dst_fileFabiano Rosas1-7/+11
2023-09-27migration: Fix possible races when shutting down the return pathFabiano Rosas1-9/+10
2023-09-27migration: Fix possible race when setting rp_state.errorFabiano Rosas1-1/+0