Hi Anthony / Blue / Aurelien,
on top of these patches,
the following changes since commit 0e0259ad7425417d28a9428c4aab959dae2e35ca:
s390: update s390-ccw.img (2013-07-29 11:46:10 +0200)
are available in the git repository at:
git://github.com/borntraeger/qemu.git s390-for-1.6
for you to fetch changes up to 3d8318cd709fd2e643cefb68ea4b1b2deeac0a95:
s390: Implement dump-guest-memory support for target s390x (2013-07-29
15:49:28 +0200)i
all patches have been posted to the list. Please apply for 1.6
Christian
----------------------------------------------------------------
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