From: Alexander Graf <agraf@suse.de>
To: "Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Hervé Poussineau" <hpoussin@reactos.org>,
qemu-devel@nongnu.org
Cc: "Andreas Färber" <andreas.faerber@web.de>, qemu-ppc@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/4] timer/m48t59: QOM'ify
Date: Thu, 05 Feb 2015 14:24:38 +0100 [thread overview]
Message-ID: <54D36F16.8050202@suse.de> (raw)
In-Reply-To: <54CE6BD8.6000305@ilande.co.uk>
On 01.02.15 19:09, Mark Cave-Ayland wrote:
> On 19/01/15 21:59, Hervé Poussineau wrote:
>
>> 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(-)
>
> I've tested this in conjunction with a rebased version of my sun4u NVRAM
> changes for SPARC32 and SPARC64 and it looks good so:
>
> Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
>
> I'll post a new version of my sun4u NVRAM changes rebased on your two
> patchsets shortly.
Acked-by: Alexander Graf <agraf@suse.de>
Andreas, I suppose this one should go via your tree? It's quite prep
specific.
Alex
prev parent reply other threads:[~2015-02-05 13:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Alexander Graf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D36F16.8050202@suse.de \
--to=agraf@suse.de \
--cc=andreas.faerber@web.de \
--cc=hpoussin@reactos.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.