qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] various: Remove unnecessary casts
@ 2020-05-04 10:07 Philippe Mathieu-Daudé
  2020-05-04 10:07 ` [PATCH v2 1/3] target: Remove unnecessary CPU() cast Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-04 10:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Paul Durrant, Jason Wang, Mark Cave-Ayland,
	Gerd Hoffmann, Edgar E. Iglesias, Stefano Stabellini, qemu-block,
	David Hildenbrand, Markus Armbruster, Halil Pasic,
	Christian Borntraeger, Aleksandar Markovic, Joel Stanley,
	Anthony Perard, xen-devel, Richard Henderson,
	Philippe Mathieu-Daudé, Eduardo Habkost, Corey Minyard,
	Dr. David Alan Gilbert, qemu-s390x, qemu-arm, Peter Chubb,
	Cédric Le Goater, John Snow, David Gibson,
	Daniel P. Berrangé, Andrew Jeffery, Cornelia Huck,
	Laurent Vivier, qemu-ppc, Paolo Bonzini, Aurelien Jarno,
	Philippe Mathieu-Daudé

Remove unnecessary casts using coccinelle scripts.

The CPU()/OBJECT() patches don't introduce logical change,
The DEVICE() one removes various OBJECT_CHECK() calls.

Since v2:
- Add A-b/R-b tags
- Reword description (Markus)

Philippe Mathieu-Daudé (3):
  target: Remove unnecessary CPU() cast
  various: Remove unnecessary OBJECT() cast
  hw: Remove unnecessary DEVICE() cast

 hw/core/bus.c                       | 2 +-
 hw/display/artist.c                 | 2 +-
 hw/display/cg3.c                    | 2 +-
 hw/display/sm501.c                  | 2 +-
 hw/display/tcx.c                    | 4 ++--
 hw/display/vga-isa.c                | 2 +-
 hw/i2c/imx_i2c.c                    | 2 +-
 hw/i2c/mpc_i2c.c                    | 2 +-
 hw/ide/ahci-allwinner.c             | 2 +-
 hw/ide/piix.c                       | 2 +-
 hw/ipmi/smbus_ipmi.c                | 2 +-
 hw/microblaze/petalogix_ml605_mmu.c | 8 ++++----
 hw/misc/macio/pmu.c                 | 2 +-
 hw/net/ftgmac100.c                  | 3 +--
 hw/net/imx_fec.c                    | 2 +-
 hw/nubus/nubus-device.c             | 2 +-
 hw/pci-host/bonito.c                | 2 +-
 hw/ppc/spapr.c                      | 2 +-
 hw/s390x/sclp.c                     | 2 +-
 hw/sh4/sh_pci.c                     | 2 +-
 hw/xen/xen-legacy-backend.c         | 2 +-
 monitor/misc.c                      | 3 +--
 qom/object.c                        | 4 ++--
 target/ppc/mmu_helper.c             | 2 +-
 24 files changed, 29 insertions(+), 31 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-05-08 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 10:07 [PATCH v2 0/3] various: Remove unnecessary casts Philippe Mathieu-Daudé
2020-05-04 10:07 ` [PATCH v2 1/3] target: Remove unnecessary CPU() cast Philippe Mathieu-Daudé
2020-05-08 12:50   ` Markus Armbruster
2020-05-04 10:07 ` [PATCH v2 2/3] various: Remove unnecessary OBJECT() cast Philippe Mathieu-Daudé
2020-05-08 12:49   ` Markus Armbruster
2020-05-08 13:08     ` Philippe Mathieu-Daudé
2020-05-04 10:07 ` [PATCH v2 3/3] hw: Remove unnecessary DEVICE() cast Philippe Mathieu-Daudé
2020-05-08 12:47   ` Markus Armbruster

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).