On 30.04.2013, at 19:15, Dominik Dingel wrote: > This patchset allows the s390 platform to boot from a specified > virtio-ccw-blk device, passed on the commandline.
Thanks, applied 1-3 to s390-next. I generated 4/4 myself :). Also, please check your patch development process. Git complained quite a lot about trailing whitespace in your patches. Alex > > v2 -> v3 > - merge function s390_ipl_cpu and s390_ipl_reset > - refactor boot logic for device > - refactor BIOS code to be more explizit > > > Dominik Dingel (4): > S390: Merging s390_ipl_cpu and s390_ipl_reset > S390: Add virtio-blk boot > S390: BIOS boot from given device > S390: Sync Blob with source changes > > hw/s390x/ipl.c | 34 +++++++++++++++++++++++----------- > pc-bios/s390-ccw.img | Bin 9432 -> 17528 bytes > pc-bios/s390-ccw/main.c | 24 ++++++++++++++++++------ > pc-bios/s390-ccw/start.S | 2 ++ > 4 files changed, 43 insertions(+), 17 deletions(-) > >