qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms
@ 2016-11-09 12:22 David Gibson
  2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 1/3] Split serial-isa into its own config option David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: David Gibson @ 2016-11-09 12:22 UTC (permalink / raw)
  To: edgar.iglesias, michael, proljc, borntraeger, cornelia.huck,
	kbastian, jcmvbkbc
  Cc: agraf, mst, armbru, pbonzini, peter.maydell, veroniabahaa,
	qemu-devel, David Gibson

This is a rebase and revision of a series I wrote quite some time ago.
This makes some cleanups that are a start on allowing ISA to be
compiled out for platforms which don't use it.

Unfortunately, a lot of the pieces here don't have a clear maintainer.
So, I'm hoping to get some Acked-bys from the maintainers of the
affected targets, then I intend to send a pull request direct to Peter.

Notes:
  * Patch 3/3 triggers a style warning, but that's just because I'm
    moving a C++ // comment verbatim from one file to another

Changes since v1:
  * Fixed some silly compile errors in 3/3 exposed by some
    changes in other headers

David Gibson (3):
  Split serial-isa into its own config option
  Allow ISA bus to be configured out
  Split ISA and sysbus versions of m48t59 device

 default-configs/alpha-softmmu.mak       |   1 +
 default-configs/arm-softmmu.mak         |   1 +
 default-configs/i386-softmmu.mak        |   1 +
 default-configs/mips-softmmu-common.mak |   1 +
 default-configs/moxie-softmmu.mak       |   2 +
 default-configs/pci.mak                 |   3 +
 default-configs/ppc-softmmu.mak         |   1 +
 default-configs/ppc64-softmmu.mak       |   1 +
 default-configs/ppcemb-softmmu.mak      |   1 +
 default-configs/sh4-softmmu.mak         |   1 +
 default-configs/sh4eb-softmmu.mak       |   1 +
 default-configs/sparc-softmmu.mak       |   1 +
 default-configs/sparc64-softmmu.mak     |   1 +
 default-configs/unicore32-softmmu.mak   |   1 +
 default-configs/x86_64-softmmu.mak      |   1 +
 hw/char/Makefile.objs                   |   3 +-
 hw/isa/Makefile.objs                    |   2 +-
 hw/timer/Makefile.objs                  |   3 +
 hw/timer/m48t59-internal.h              |  82 ++++++++++++
 hw/timer/m48t59-isa.c                   | 181 +++++++++++++++++++++++++
 hw/timer/m48t59.c                       | 228 +++-----------------------------
 21 files changed, 305 insertions(+), 212 deletions(-)
 create mode 100644 hw/timer/m48t59-internal.h
 create mode 100644 hw/timer/m48t59-isa.c

-- 
2.7.4

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

end of thread, other threads:[~2016-11-17 16:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 12:22 [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms David Gibson
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 1/3] Split serial-isa into its own config option David Gibson
2016-11-10  7:29   ` Christian Borntraeger
2016-11-17 16:11   ` Markus Armbruster
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 2/3] Allow ISA bus to be configured out David Gibson
2016-11-17 16:12   ` Markus Armbruster
2016-11-09 12:22 ` [Qemu-devel] [PATCHv2 3/3] Split ISA and sysbus versions of m48t59 device David Gibson
2016-11-10 14:57   ` Paolo Bonzini
2016-11-10 15:16     ` Mark Cave-Ayland
2016-11-10 15:37       ` Paolo Bonzini
2016-11-17 15:53         ` Markus Armbruster
2016-11-10 10:51 ` [Qemu-devel] [PATCHv2 0/3] Allow ISA to be disabled on some platforms Edgar E. Iglesias
2016-11-10 13:49 ` Michael S. Tsirkin
2016-11-13  3:13 ` no-reply

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