Re: [Qemu-devel] [PATCH 6/6] prep: add IBM RS/6000 7020 (40p) machine emulation

2017-05-08 Thread Hervé Poussineau
Le 08/05/2017 à 22:49, Eduardo Habkost a écrit : Hi, I stumbled upon this code while working on arch_init.c cleanups: On Thu, Dec 29, 2016 at 11:12:16PM +0100, Hervé Poussineau wrote: [...] +static void ibm_40p_init(MachineState *machine) +{ [...] +/* initialize audio subsystem */ +a

Re: [Qemu-devel] [PATCH 6/6] prep: add IBM RS/6000 7020 (40p) machine emulation

2017-05-08 Thread Eduardo Habkost
Hi, I stumbled upon this code while working on arch_init.c cleanups: On Thu, Dec 29, 2016 at 11:12:16PM +0100, Hervé Poussineau wrote: [...] > +static void ibm_40p_init(MachineState *machine) > +{ [...] > +/* initialize audio subsystem */ > +audio_init(); Why exactly did you need this, i

Re: [Qemu-devel] [PATCH 6/6] prep: add IBM RS/6000 7020 (40p) machine emulation

2017-01-02 Thread David Gibson
On Thu, Dec 29, 2016 at 11:12:16PM +0100, Hervé Poussineau wrote: > Machine supports both Open Hack'Ware and OpenBIOS. > Open Hack'Ware is the default because OpenBIOS is currently unable to boot > PReP boot partitions or PReP kernels. > > Signed-off-by: Hervé Poussineau > --- > default-configs/

[Qemu-devel] [PATCH 6/6] prep: add IBM RS/6000 7020 (40p) machine emulation

2016-12-29 Thread Hervé Poussineau
Machine supports both Open Hack'Ware and OpenBIOS. Open Hack'Ware is the default because OpenBIOS is currently unable to boot PReP boot partitions or PReP kernels. Signed-off-by: Hervé Poussineau --- default-configs/ppc-softmmu.mak | 1 + hw/ppc/prep.c | 231 +