All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] S390 April patch round
@ 2010-04-01 16:42 Alexander Graf
  2010-04-01 16:42 ` [Qemu-devel] [PATCH 1/6] S390: Add stub for cpu_get_phys_page_debug Alexander Graf
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Alexander Graf @ 2010-04-01 16:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: waldi, Carsten Otte, aurelien

While improving KVM on S390x I stumbled across some more issues. The most
annoying ones were in the character layer, where -nographic would just fail
on most users. This set fixes these issues.

The set also adds support for my new zipl bootloader. Using this firmware
and a patches version of zipl you can finally boot from virtio disks without
the need to pass -kernel and -initrd directly!

Alexander Graf (6):
  S390: Add stub for cpu_get_phys_page_debug
  S390: Tell user why VM creation failed
  Make char muxer more robust wrt small FIFOs
  Always notify consumers of char devices if they're open
  [S390] Implement virtio reset
  [S390] Add firmware code

 hw/s390-virtio-bus.c  |    3 +--
 hw/s390-virtio-bus.h  |    1 +
 hw/s390-virtio.c      |   29 +++++++++++++++++++++++++----
 kvm-all.c             |    7 ++++++-
 pc-bios/s390-zipl.rom |  Bin 0 -> 2448 bytes
 qemu-char.c           |   30 ++++++++++++++++++++++++++++++
 qemu-char.h           |    1 +
 target-s390x/helper.c |    5 +++++
 8 files changed, 69 insertions(+), 7 deletions(-)
 create mode 100755 pc-bios/s390-zipl.rom

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2010-04-12  8:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-01 16:42 [Qemu-devel] [PATCH 0/6] S390 April patch round Alexander Graf
2010-04-01 16:42 ` [Qemu-devel] [PATCH 1/6] S390: Add stub for cpu_get_phys_page_debug Alexander Graf
2010-04-01 16:42 ` [Qemu-devel] [PATCH 2/6] S390: Tell user why VM creation failed Alexander Graf
2010-04-01 16:42 ` [Qemu-devel] [PATCH 3/6] Make char muxer more robust wrt small FIFOs Alexander Graf
2010-04-05  3:40   ` Amit Shah
2010-04-07 14:32     ` Alexander Graf
2010-04-07 14:43       ` Amit Shah
2010-04-01 16:42 ` [Qemu-devel] [PATCH 4/6] Always notify consumers of char devices if they're open Alexander Graf
2010-04-05  3:43   ` Amit Shah
2010-04-09 20:09   ` Aurelien Jarno
2010-04-01 16:42 ` [Qemu-devel] [PATCH 5/6] [S390] Implement virtio reset Alexander Graf
2010-04-09 20:09   ` Aurelien Jarno
2010-04-01 16:42 ` [Qemu-devel] [PATCH 6/6] [S390] Add firmware code Alexander Graf
2010-04-01 21:18   ` [Qemu-devel] " Bastian Blank
2010-04-01 22:10     ` Alexander Graf
2010-04-09 20:17   ` [Qemu-devel] " Aurelien Jarno
2010-04-09 23:29     ` Alexander Graf
2010-04-10  0:00       ` Aurelien Jarno
2010-04-10  9:22         ` Alexander Graf
2010-04-10 15:03           ` Aurelien Jarno
2010-04-12  8:43     ` Carsten Otte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.