From: Christian Borntraeger <borntraeger@de.ibm.com>
To: aliguori@us.ibm.com
Cc: cornelia.huck@de.ibm.com,
Christian Borntraeger <borntraeger@de.ibm.com>,
Jens Freimann <jfrei@linux.vnet.ibm.com>,
qemu-devel Developers <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>
Subject: [Qemu-devel] [PULLv2 0/8] s390 patch queue
Date: Tue, 30 Jul 2013 16:23:07 +0200 [thread overview]
Message-ID: <1375194195-64390-1-git-send-email-borntraeger@de.ibm.com> (raw)
Anthony,
V2 of the s390 patch queue, now on top of master with the
following changes since commit dbe49aea76a7805f05b33d548b2e543b51fa8bb1:
Update version for 1.6.0-rc0 (2013-07-29 20:30:29 -0500)
are available in the git repository at:
git://github.com/borntraeger/qemu.git s390-for-1.6
for you to fetch changes up to 9b4f38e182d18cac217f04b8b7fddf760a5b9d44:
s390: Implement dump-guest-memory support for target s390x (2013-07-30 16:12:25 +0200)
----------------------------------------------------------------
Ekaterina Tumanova (1):
s390: Implement dump-guest-memory support for target s390x
Heinz Graalfs (1):
s390/sclpconsole: handle char layer busy conditions
Thomas Huth (6):
s390x/ioinst: Add missing alignment checks for IO instructions
s390x/ioinst: Throw addressing exception when memory_map failed
s390x/ioinst: Fixed alignment check in SCHM instruction
s390x/ioinst: Fixed priority of operand exceptions
s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()
s390x/kvm: Remove redundant return code
hw/char/sclpconsole.c | 18 +---
include/elf.h | 6 ++
target-s390x/Makefile.objs | 2 +-
target-s390x/arch_dump.c | 212 +++++++++++++++++++++++++++++++++++++++++++++
target-s390x/cpu-qom.h | 5 ++
target-s390x/cpu.c | 2 +
target-s390x/ioinst.c | 65 +++++++++-----
target-s390x/kvm.c | 64 +++-----------
8 files changed, 283 insertions(+), 91 deletions(-)
create mode 100644 target-s390x/arch_dump.c
next reply other threads:[~2013-07-30 14:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 14:23 Christian Borntraeger [this message]
2013-07-30 14:23 ` [Qemu-devel] [PATCH 1/8] s390/sclpconsole: handle char layer busy conditions Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 2/8] s390x/ioinst: Add missing alignment checks for IO instructions Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 3/8] s390x/ioinst: Throw addressing exception when memory_map failed Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 4/8] s390x/ioinst: Fixed alignment check in SCHM instruction Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 5/8] s390x/ioinst: Fixed priority of operand exceptions Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 6/8] s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst() Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 7/8] s390x/kvm: Remove redundant return code Christian Borntraeger
2013-07-30 14:23 ` [Qemu-devel] [PATCH 8/8] s390: Implement dump-guest-memory support for target s390x Christian Borntraeger
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=1375194195-64390-1-git-send-email-borntraeger@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=agraf@suse.de \
--cc=aliguori@us.ibm.com \
--cc=cornelia.huck@de.ibm.com \
--cc=jfrei@linux.vnet.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).