Re: [Qemu-devel] [PATCH v5 02/16] target-or32: Add target machine

2012-06-20 Thread Jia Liu
Hi Blue, On Tue, Jun 19, 2012 at 2:24 AM, Blue Swirl wrote: > On Mon, Jun 18, 2012 at 1:02 AM, Jia Liu wrote: >> Add OpenRISC target machine. >> >> Signed-off-by: Jia Liu >> --- >>  target-openrisc/cpu.h     |   67 >> - >>  target-openrisc/machine.c

Re: [Qemu-devel] [PATCH v5 02/16] target-or32: Add target machine

2012-06-18 Thread Blue Swirl
On Mon, Jun 18, 2012 at 1:02 AM, Jia Liu wrote: > Add OpenRISC target machine. > > Signed-off-by: Jia Liu > --- >  target-openrisc/cpu.h     |   67 > - >  target-openrisc/machine.c |   22 ++- >  2 files changed, 87 insertions(+), 2 deletion

[Qemu-devel] [PATCH v5 02/16] target-or32: Add target machine

2012-06-17 Thread Jia Liu
Add OpenRISC target machine. Signed-off-by: Jia Liu --- target-openrisc/cpu.h | 67 - target-openrisc/machine.c | 22 ++- 2 files changed, 87 insertions(+), 2 deletions(-) diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h