qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] s390: ipl device and cpu reset handler


From: Jens Freimann
Subject: [Qemu-devel] [PATCH 0/3] s390: ipl device and cpu reset handler
Date: Fri, 7 Dec 2012 14:55:28 +0100

Hi Alex,

some s390 patches dealing with ipl device, CPU reset and a bugfix: 

Patch 1 fixes a bug that overwrites the standard kernel command line
Patch 2 is an initial patch towards the previously discussed ipl device.
        More patches will follow soon.
Patch 3 adds a cpu reset handler. With this patch and the ipl device 
        we can reboot on s390

Christian Borntraeger (2):
  s390: Fix empty kernel command line
  s390: Move IPL code into a separate device

Jens Freimann (1):
  s390: add cpu reset handler

 hw/s390-virtio.c       |   32 +++----------------
 hw/s390x/Makefile.objs |    1 +
 hw/s390x/ipl.c         |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/s390x/ipl.h         |   34 ++++++++++++++++++++
 target-s390x/cpu.c     |   25 +++++++++++++++
 target-s390x/kvm.c     |   10 +++++-
 6 files changed, 154 insertions(+), 28 deletions(-)
 create mode 100644 hw/s390x/ipl.c
 create mode 100644 hw/s390x/ipl.h




reply via email to

[Prev in Thread] Current Thread [Next in Thread]