Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-07-02 Thread Andreas Färber
Am 02.07.2013 15:39, schrieb Julio Guerra: > 2013/5/5 Andreas Färber : >> This prepares for switching from OpenHack'Ware to OpenBIOS. >> >> While touching the error handling code, switch from aborting hw_error() >> to fprintf()+exit() and suppress failing without -bios for qtest. >> > > I still ca

Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-07-02 Thread Julio Guerra
2013/5/5 Andreas Färber : > This prepares for switching from OpenHack'Ware to OpenBIOS. > > While touching the error handling code, switch from aborting hw_error() > to fprintf()+exit() and suppress failing without -bios for qtest. > I still can't run bare-metal elf programs from -bios option. Whe

Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-05-06 Thread Andreas Färber
Am 06.05.2013 09:55, schrieb Fabien Chouteau: > On 05/05/2013 09:00 PM, Andreas Färber wrote: >> Am 05.05.2013 20:40, schrieb Alexander Graf: >>> >>> >>> Am 05.05.2013 um 19:45 schrieb Andreas Färber : >>> This prepares for switching from OpenHack'Ware to OpenBIOS. While touching the

Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-05-06 Thread Fabien Chouteau
On 05/05/2013 09:00 PM, Andreas Färber wrote: > Am 05.05.2013 20:40, schrieb Alexander Graf: >> >> >> Am 05.05.2013 um 19:45 schrieb Andreas Färber : >> >>> This prepares for switching from OpenHack'Ware to OpenBIOS. >>> >>> While touching the error handling code, switch from aborting hw_error() >>

Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-05-05 Thread Andreas Färber
Am 05.05.2013 20:40, schrieb Alexander Graf: > > > Am 05.05.2013 um 19:45 schrieb Andreas Färber : > >> This prepares for switching from OpenHack'Ware to OpenBIOS. >> >> While touching the error handling code, switch from aborting hw_error() >> to fprintf()+exit() and suppress failing without -b

Re: [Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-05-05 Thread Alexander Graf
Am 05.05.2013 um 19:45 schrieb Andreas Färber : > This prepares for switching from OpenHack'Ware to OpenBIOS. > > While touching the error handling code, switch from aborting hw_error() > to fprintf()+exit() and suppress failing without -bios for qtest. > > Signed-off-by: Andreas Färber Acke

[Qemu-devel] [PATCH prep for-1.5 v2] prep: Add ELF support for -bios

2013-05-05 Thread Andreas Färber
This prepares for switching from OpenHack'Ware to OpenBIOS. While touching the error handling code, switch from aborting hw_error() to fprintf()+exit() and suppress failing without -bios for qtest. Signed-off-by: Andreas Färber --- hw/ppc/prep.c | 31 ++- 1 file chan