mbox

[PULL,0/5] s390 patch queue 2013-01-07

Message ID 1357573032-8790-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/agraf.git s390-for-upstream

Message

Alexander Graf Jan. 7, 2013, 3:37 p.m. UTC
Hi Blue / Aurelien,

This is my current patch queue for s390.  Please pull.

Alex


The following changes since commit 8e4a424b305e29dc0e454f52df3b35577f342975:
  Blue Swirl (1):
        Revert "virtio-pci: replace byte swap hack"

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git s390-for-upstream

Christian Borntraeger (2):
      s390: new contributions GPLv2 or later
      s390: Move IPL code into a separate device

Jens Freimann (1):
      s390: Add CPU reset handler

Stefan Weil (1):
      s390x: Remove inline function ebcdic_put and related data from cpu.h

Viktor Mihajlovski (1):
      S390: Enable -cpu help and QMP query-cpu-definitions

 hw/s390-virtio.c           |  104 ++++----------------------
 hw/s390x/Makefile.objs     |    1 +
 hw/s390x/ipl.c             |  174 ++++++++++++++++++++++++++++++++++++++++++++
 target-s390x/cpu.c         |   59 ++++++++++++++-
 target-s390x/cpu.h         |   89 ++---------------------
 target-s390x/kvm.c         |   15 +++-
 target-s390x/misc_helper.c |   81 ++++++++++++++++++++
 7 files changed, 348 insertions(+), 175 deletions(-)
 create mode 100644 hw/s390x/ipl.c

Comments

Alexander Graf Jan. 7, 2013, 3:53 p.m. UTC | #1
On 07.01.2013, at 16:37, Alexander Graf wrote:

> Hi Blue / Aurelien,
> 
> This is my current patch queue for s390.  Please pull.

Please ignore this pull request.


Alex