On 23.04.2012, at 11:52, Christian Borntraeger wrote: > Alex, > > here are some fixes for s390 kvm. > The reboot patches are fixes only and are not enough to have a fully working > reboot. > Additional infrastructure that completes reboot will come with a later > patch series.
Thanks, applied all except for 4/7 to s390-next. I also changed the subject line to include "S390: " in it, because everything in brackets gets removed by git am, leaving no indication in the commit message what subsystem it is for :). Alex > > Christian Borntraeger (3): > [s390] fix kernel_commandline handling > [s390] fix error handling on kernel and initrd failures > [s390] dont call system_shutdown on disabled wait > > Einar Lueck (1): > [s390] remove default cdrom, sd-card and floppy support > > Jens Freimann (3): > [s390] reboot: reset device pages on reboot > [s390] reset avail and used index on reboot > [s390] support reboot for kvm on s390 > > hw/s390-virtio-bus.c | 14 ++++++++++++++ > hw/s390-virtio-bus.h | 2 ++ > hw/s390-virtio.c | 16 +++++++++++++++- > target-s390x/kvm.c | 15 +++++++++++++-- > 4 files changed, 44 insertions(+), 3 deletions(-) > > -- > 1.7.9.6 >