Re: [Qemu-devel] [PATCH 10/10] S390: Enabling device and program selection

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 19:55, Dominik Dingel wrote: > On Fri, 26 Apr 2013 18:56:44 +0200 > Alexander Graf wrote: > >> >> On 26.04.2013, at 14:12, Dominik Dingel wrote: >> >>> Pass the eboot device info and the loadparm in register 7 and 8. >>> Use this values in the BIOS to directly boot the respe

Re: [Qemu-devel] [PATCH 10/10] S390: Enabling device and program selection

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 18:56:44 +0200 Alexander Graf wrote: > > On 26.04.2013, at 14:12, Dominik Dingel wrote: > > > Pass the eboot device info and the loadparm in register 7 and 8. > > Use this values in the BIOS to directly boot the respective > > operating system. > > > > Signed-off-by: Domini

Re: [Qemu-devel] [PATCH 10/10] S390: Enabling device and program selection

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 14:12, Dominik Dingel wrote: > Pass the eboot device info and the loadparm in register 7 and 8. > Use this values in the BIOS to directly boot the respective > operating system. > > Signed-off-by: Dominik Dingel > > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > index 36daa67

Re: [Qemu-devel] [PATCH 10/10] S390: Enabling device and program selection

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 14:12, Dominik Dingel wrote: > Pass the eboot device info and the loadparm in register 7 and 8. > Use this values in the BIOS to directly boot the respective > operating system. > > Signed-off-by: Dominik Dingel > > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > index 36daa67

[Qemu-devel] [PATCH 10/10] S390: Enabling device and program selection

2013-04-26 Thread Dominik Dingel
Pass the eboot device info and the loadparm in register 7 and 8. Use this values in the BIOS to directly boot the respective operating system. Signed-off-by: Dominik Dingel diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c index 36daa67..960ba71 100644 --- a/hw/s390x/ipl.c +++ b/hw/s390x/ipl.c @@ -77