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