qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] QOM'ify S/390 CPU
@ 2012-04-02 17:09 Andreas Färber
  2012-04-02 17:09 ` [Qemu-devel] [PATCH v2 1/4] target-s390x: QOM'ify CPU Andreas Färber
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andreas Färber @ 2012-04-02 17:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Christian Borntraeger, Andreas Färber, Alexander Graf

Hello,

This series breaks down my S/390 QOM'ification patch from the qom-cpu-others.v1
RFC series into better digestable pieces and reorders it next.
s390x ignores any user-specified -cpu argument, thus needs only one CPU type.

I've tested both TCG by running SLES installation and briefly KVM on SLES.

Christian, could you please verify this doesn't break your test cases
and add your Tested-by?

Available from:
git://github.com/afaerber/qemu-cpu.git qom-cpu-s390.v2
https://github.com/afaerber/qemu-cpu/commits/qom-cpu-s390.v2

Regards,
Andreas

Cc: Alexander Graf <agraf@suse.de>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>

v1 -> v2:
* Split off from qom-cpu-others series.
* Rebased onto qemu.git, no longer depends on target-sh4 wrt Makefile.target.
* Fix LGPLv2.1 license notice, s/Library/Lesser/g (bug in German GNU web page).
* Split out reset, initfn and opaque change into their own patches.
* Drop an unneeded #include, update argument/variable naming to avoid "klass".

Andreas Färber (4):
  target-s390x: QOM'ify CPU
  target-s390x: QOM'ify CPU reset
  target-s390x: QOM'ify CPU init
  target-s390x: Update s390x_{tod,cpu}_timer to use S390CPU

 Makefile.target        |    1 +
 target-s390x/cpu-qom.h |   71 +++++++++++++++++++++++++++++++++++
 target-s390x/cpu.c     |   96 ++++++++++++++++++++++++++++++++++++++++++++++++
 target-s390x/cpu.h     |    5 ++
 target-s390x/helper.c  |   41 +++++---------------
 5 files changed, 184 insertions(+), 30 deletions(-)
 create mode 100644 target-s390x/cpu-qom.h
 create mode 100644 target-s390x/cpu.c

-- 
1.7.7

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

end of thread, other threads:[~2012-04-04 15:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 17:09 [Qemu-devel] [PATCH v2 0/4] QOM'ify S/390 CPU Andreas Färber
2012-04-02 17:09 ` [Qemu-devel] [PATCH v2 1/4] target-s390x: QOM'ify CPU Andreas Färber
2012-04-02 17:09 ` [Qemu-devel] [PATCH v2 2/4] target-s390x: QOM'ify CPU reset Andreas Färber
2012-04-02 17:09 ` [Qemu-devel] [PATCH v2 3/4] target-s390x: QOM'ify CPU init Andreas Färber
2012-04-02 17:09 ` [Qemu-devel] [PATCH v2 4/4] target-s390x: Update s390x_{tod, cpu}_timer to use S390CPU Andreas Färber
2012-04-03 12:38 ` [Qemu-devel] [PATCH v2 0/4] QOM'ify S/390 CPU Christian Borntraeger
2012-04-04 15:38   ` Andreas Färber

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