Re: [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program

2013-04-23 Thread Cornelia Huck
On Tue, 23 Apr 2013 13:35:47 +0200 Alexander Graf wrote: > On 04/23/2013 10:58 AM, Cornelia Huck wrote: > > On Mon, 22 Apr 2013 21:18:11 +0200 > > Alexander Graf wrote: > > > >> This C file is the main driving piece of the s390 ccw firmware. It > >> provides a search for a workable block device,

Re: [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program

2013-04-23 Thread Alexander Graf
On 04/23/2013 10:58 AM, Cornelia Huck wrote: On Mon, 22 Apr 2013 21:18:11 +0200 Alexander Graf wrote: This C file is the main driving piece of the s390 ccw firmware. It provides a search for a workable block device, sets it as the default to boot off of and boots from it. Signed-off-by: Alexa

Re: [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program

2013-04-23 Thread Cornelia Huck
On Mon, 22 Apr 2013 21:18:11 +0200 Alexander Graf wrote: > This C file is the main driving piece of the s390 ccw firmware. It > provides a search for a workable block device, sets it as the default > to boot off of and boots from it. > > Signed-off-by: Alexander Graf > --- > pc-bios/s390-ccw/m

Re: [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program

2013-04-23 Thread Christian Borntraeger
On 22/04/13 21:18, Alexander Graf wrote: > This C file is the main driving piece of the s390 ccw firmware. It > provides a search for a workable block device, sets it as the default > to boot off of and boots from it. > > Signed-off-by: Alexander Graf > --- > pc-bios/s390-ccw/main.c | 56 > ++

[Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program

2013-04-22 Thread Alexander Graf
This C file is the main driving piece of the s390 ccw firmware. It provides a search for a workable block device, sets it as the default to boot off of and boots from it. Signed-off-by: Alexander Graf --- pc-bios/s390-ccw/main.c | 56 +++ 1 files cha