From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Christian Borntraeger" <borntraeger@de.ibm.com>,
"Andreas Färber" <afaerber@suse.de>,
"Alexander Graf" <agraf@suse.de>
Subject: [Qemu-devel] [PATCH v2 0/4] QOM'ify S/390 CPU
Date: Mon, 2 Apr 2012 19:09:34 +0200 [thread overview]
Message-ID: <1333386578-29412-1-git-send-email-afaerber@suse.de> (raw)
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
next reply other threads:[~2012-04-02 17:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 17:09 Andreas Färber [this message]
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
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=1333386578-29412-1-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=qemu-devel@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 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).