qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Misc hw/ide legacy clean up
@ 2020-03-17  9:39 BALATON Zoltan
  2020-03-17  9:39 ` [PATCH v2 4/7] hw/ide/pci.c: Coding style update to fix checkpatch errors BALATON Zoltan
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: BALATON Zoltan @ 2020-03-17  9:39 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: Eduardo Habkost, Michael S. Tsirkin, John Snow, Mark Cave-Ayland,
	Markus Armbruster, hpoussin, Aleksandar Markovic, Paolo Bonzini,
	philmd, Artyom Tarasenko, Richard Henderson

Updated series with previous patch 4 dropped and review tags added.

BALATON Zoltan (7):
  hw/ide: Get rid of piix3_init functions
  hw/ide: Get rid of piix4_init function
  hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
  hw/ide/pci.c: Coding style update to fix checkpatch errors
  hw/ide: Do ide_drive_get() within pci_ide_create_devs()
  hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h
  hw/ide: Remove unneeded inclusion of hw/ide.h

 hw/alpha/dp264.c              | 13 +++----------
 hw/hppa/hppa_sys.h            |  1 -
 hw/hppa/machine.c             |  1 -
 hw/i386/pc_piix.c             | 18 +++++++++---------
 hw/ide/ahci_internal.h        |  1 +
 hw/ide/pci.c                  | 11 +++++++----
 hw/ide/piix.c                 | 31 +------------------------------
 hw/isa/piix4.c                | 14 +++++---------
 hw/mips/mips_fulong2e.c       |  5 +----
 hw/mips/mips_malta.c          |  2 +-
 hw/ppc/mac_newworld.c         |  1 -
 hw/ppc/mac_oldworld.c         |  1 -
 hw/ppc/prep.c                 |  1 -
 hw/sparc64/sun4u.c            |  6 +-----
 include/hw/ide.h              |  6 ------
 include/hw/ide/internal.h     |  2 ++
 include/hw/ide/pci.h          |  3 ++-
 include/hw/misc/macio/macio.h |  1 +
 include/hw/southbridge/piix.h |  3 +--
 19 files changed, 35 insertions(+), 86 deletions(-)

-- 
2.21.1



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

end of thread, other threads:[~2020-03-17 14:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17  9:39 [PATCH v2 0/7] Misc hw/ide legacy clean up BALATON Zoltan
2020-03-17  9:39 ` [PATCH v2 4/7] hw/ide/pci.c: Coding style update to fix checkpatch errors BALATON Zoltan
2020-03-17  9:39 ` [PATCH v2 2/7] hw/ide: Get rid of piix4_init function BALATON Zoltan
2020-03-17 10:41   ` Philippe Mathieu-Daudé
2020-03-17 10:49     ` Philippe Mathieu-Daudé
2020-03-17 13:50       ` John Snow
2020-03-17 14:01         ` Philippe Mathieu-Daudé
2020-03-17 14:07           ` BALATON Zoltan
2020-03-17 14:10             ` Philippe Mathieu-Daudé
2020-03-17 14:41             ` Mark Cave-Ayland
2020-03-17 14:05         ` BALATON Zoltan
2020-03-17 14:09           ` John Snow
2020-03-17  9:39 ` [PATCH v2 5/7] hw/ide: Do ide_drive_get() within pci_ide_create_devs() BALATON Zoltan
2020-03-17  9:39 ` [PATCH v2 3/7] hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h BALATON Zoltan
2020-03-17  9:39 ` [PATCH v2 6/7] hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h BALATON Zoltan
2020-03-17 14:22   ` John Snow
2020-03-17 14:24     ` BALATON Zoltan
2020-03-17 14:27       ` John Snow
2020-03-17  9:39 ` [PATCH v2 7/7] hw/ide: Remove unneeded inclusion of hw/ide.h BALATON Zoltan
2020-03-17  9:39 ` [PATCH v2 1/7] hw/ide: Get rid of piix3_init functions BALATON Zoltan

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