All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] hw/isa: Introduce definitions for default IRQ values
@ 2020-10-11 19:32 Philippe Mathieu-Daudé
  2020-10-11 19:32 ` [PATCH 01/10] hw/isa: Introduce IsaIrqNumber enum Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-11 19:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Jason Wang, Mark Cave-Ayland, qemu-block,
	Stefan Berger, qemu-trivial, Hervé Poussineau,
	Marc-André Lureau, Artyom Tarasenko, Laurent Vivier,
	Thomas Huth, Eduardo Habkost, Corey Minyard, Paolo Bonzini,
	John Snow, Richard Henderson, Kevin Wolf,
	Philippe Mathieu-Daudé,
	Max Reitz, qemu-ppc, Igor Mammedov, Aurelien Jarno

Replace various magic values by definitions to make
the code easier to read.

This probably makes sense to merge this series via
the 'PC chipset' tree, rather than qemu-trivial@.

Regards,

Phil.

Philippe Mathieu-Daudé (10):
  hw/isa: Introduce IsaIrqNumber enum
  hw/isa: Add the ISA_IRQ_KBD_DEFAULT definition
  hw/isa: Add the ISA_IRQ_SER_DEFAULT definition
  hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition
  hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition
  hw/isa: Add the ISA_IRQ_PAR_DEFAULT definition
  hw/isa: Add the ISA_IRQ_RTC_DEFAULT definition
  hw/isa: Add the ISA_IRQ_NET_DEFAULT definition
  hw/isa: Add the ISA_IRQ_MOU_DEFAULT definition
  hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition

 include/hw/isa/isa.h         | 13 ++++++++++++-
 include/hw/rtc/mc146818rtc.h |  1 -
 hw/block/fdc.c               |  4 ++--
 hw/char/parallel.c           |  2 +-
 hw/i386/acpi-build.c         |  2 +-
 hw/ide/isa.c                 |  2 +-
 hw/input/pckbd.c             |  2 +-
 hw/ipmi/isa_ipmi_bt.c        |  2 +-
 hw/ipmi/isa_ipmi_kcs.c       |  2 +-
 hw/isa/piix4.c               |  2 +-
 hw/net/ne2000-isa.c          |  2 +-
 hw/rtc/m48t59-isa.c          |  2 +-
 hw/rtc/mc146818rtc.c         |  4 ++--
 hw/sparc64/sun4u.c           | 10 +++++-----
 hw/timer/hpet.c              |  8 ++++----
 hw/tpm/tpm_tis_isa.c         |  2 +-
 tests/qtest/rtc-test.c       |  8 ++++----
 17 files changed, 39 insertions(+), 29 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-10-13 14:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-11 19:32 [PATCH 00/10] hw/isa: Introduce definitions for default IRQ values Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 01/10] hw/isa: Introduce IsaIrqNumber enum Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 02/10] hw/isa: Add the ISA_IRQ_KBD_DEFAULT definition Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition Philippe Mathieu-Daudé
2020-10-13  7:14   ` Gerd Hoffmann
2020-10-11 19:32 ` [PATCH 04/10] hw/isa: Add the ISA_IRQ_TPM_DEFAULT definition Philippe Mathieu-Daudé
2020-10-11 20:28   ` Stefan Berger
2020-10-11 21:07     ` Philippe Mathieu-Daudé
2020-10-13  7:20   ` Gerd Hoffmann
2020-10-13  8:26     ` Philippe Mathieu-Daudé
2020-10-13 14:23       ` Stefan Berger
2020-10-11 19:32 ` [PATCH 05/10] hw/isa: Add the ISA_IRQ_FDC_DEFAULT definition Philippe Mathieu-Daudé
2020-10-12 14:17   ` John Snow
2020-10-11 19:32 ` [PATCH 06/10] hw/isa: Add the ISA_IRQ_PAR_DEFAULT definition Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 07/10] hw/isa: Add the ISA_IRQ_RTC_DEFAULT definition Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 08/10] hw/isa: Add the ISA_IRQ_NET_DEFAULT definition Philippe Mathieu-Daudé
2020-10-13  7:23   ` Gerd Hoffmann
2020-10-13  8:27     ` Philippe Mathieu-Daudé
2020-10-13 14:20     ` Stefan Berger
2020-10-11 19:32 ` [PATCH 09/10] hw/isa: Add the ISA_IRQ_MOU_DEFAULT definition Philippe Mathieu-Daudé
2020-10-11 19:32 ` [PATCH 10/10] hw/isa: Add the ISA_IRQ_IDE_DEFAULT definition Philippe Mathieu-Daudé
2020-10-12 14:16   ` John Snow
2020-10-13  7:25   ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.