Hi Blue / Aurelien,
This is my current patch queue for s390. Please pull.
Alex
The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3:
Anthony Liguori (1):
Merge remote-tracking branch 'origin/master' into staging
are available in the git repository at:
git://repo.or.cz/qemu/agraf.git s390-for-upstream
Christian Borntraeger (2):
s390: Fix error handling and condition code of service call
s390: provide interface for service interrupt/introduce interrupt.c
target-s390x/Makefile.objs | 2 +-
target-s390x/cpu.h | 3 +++
target-s390x/interrupt.c | 29 +++++++++++++++++++++++++++++
target-s390x/kvm.c | 5 +++--
target-s390x/op_helper.c | 43 +++++++++++++++++++------------------------
5 files changed, 55 insertions(+), 27 deletions(-)
create mode 100644 target-s390x/interrupt.c