qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] timer/m48t59: QOM'ify
@ 2015-01-19 21:59 Hervé Poussineau
  2015-01-19 21:59 ` [Qemu-devel] [PATCH 1/4] m48t59: move ISA ports/memory regions registration to QOM constructor Hervé Poussineau
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Hervé Poussineau @ 2015-01-19 21:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-ppc, Andreas Färber, Mark Cave-Ayland,
	Hervé Poussineau

Hi,

This patchset QOM'ifies the m48t59 timer.
Patch 1 allows the creation of the m4859 ISA device from the command line.
Patch 2 QOM'ifies the device.
Patches 3 add a Nvram interface to m48txx devices, so that callers can
detect the device and use it without knowing m48txx internals.
Patch 4 is using this new Nvram interface and cleaning the m48t59 header.

Patches 3 and 4 are not needed for m48t59 QOM'ification, but are in my
opinion a nice cleanup.

Hervé Poussineau (4):
  m48t59: move ISA ports/memory regions registration to QOM constructor
  m48t59: register a QOM type for each nvram type we support
  m48t59: add a Nvram interface
  m48t59: let init functions return a Nvram object

 hw/ppc/ppc.c              |  161 ----------------------
 hw/ppc/prep.c             |  161 ++++++++++++++++++++--
 hw/sparc/sun4m.c          |    8 +-
 hw/sparc64/sun4u.c        |   10 +-
 hw/timer/m48t59.c         |  336 ++++++++++++++++++++++++++++++++-------------
 include/hw/timer/m48t59.h |   60 ++++----
 6 files changed, 429 insertions(+), 307 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2015-02-05 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 21:59 [Qemu-devel] [PATCH 0/4] timer/m48t59: QOM'ify Hervé Poussineau
2015-01-19 21:59 ` [Qemu-devel] [PATCH 1/4] m48t59: move ISA ports/memory regions registration to QOM constructor Hervé Poussineau
2015-01-19 21:59 ` [Qemu-devel] [PATCH 2/4] m48t59: register a QOM type for each nvram type we support Hervé Poussineau
2015-01-19 21:59 ` [Qemu-devel] [PATCH 3/4] m48t59: add a Nvram interface Hervé Poussineau
2015-01-19 21:59 ` [Qemu-devel] [PATCH 4/4] m48t59: let init functions return a Nvram object Hervé Poussineau
2015-02-01 18:09 ` [Qemu-devel] [PATCH 0/4] timer/m48t59: QOM'ify Mark Cave-Ayland
2015-02-05 13:24   ` [Qemu-devel] [Qemu-ppc] " Alexander Graf

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