Re: [Qemu-devel] [PATCH v3 1/4] target-openrisc: New machine with IDE support

2014-10-05 Thread Jia Liu
Hi Valentin, On Sun, Oct 5, 2014 at 7:03 PM, Valentin Manea wrote: > Create new OpenRISC machine(asim) with default IDE support. It will > incude more peripherals in order to run a fully fledged Linux computer. > > Signed-off-by: Valentin Manea > --- > default-configs/or32-softmmu.mak | 3 + >

[Qemu-devel] [PATCH v3 1/4] target-openrisc: New machine with IDE support

2014-10-05 Thread Valentin Manea
Create new OpenRISC machine(asim) with default IDE support. It will incude more peripherals in order to run a fully fledged Linux computer. Signed-off-by: Valentin Manea --- default-configs/or32-softmmu.mak | 3 + hw/openrisc/Makefile.objs| 1 + hw/openrisc/openrisc_asim.c | 202