Hi Andreas,
Thank you for comment.
I've tried fix them, but I'm afraid I didn't fully understand what you mean.
Please read the new code and give me some comment, please.
On Thu, Jul 5, 2012 at 9:22 PM, Andreas Färber wrote:
> Am 01.07.2012 04:45, schrieb Jia Liu:
>> Add OpenRISC target stubs an
Am 05.07.2012 15:31, schrieb Paolo Bonzini:
> Il 05/07/2012 15:22, Andreas Färber ha scritto:
+static void openrisc_any_initfn(Object *obj)
+{
+OpenRISCCPU *cpu = OPENRISC_CPU(obj);
+
+set_feature(cpu, OPENRISC_FEATURE_OB32S);
+set_feature(cpu, OPENRISC_FEA
Il 05/07/2012 15:22, Andreas Färber ha scritto:
>> > +static void openrisc_any_initfn(Object *obj)
>> > +{
>> > +OpenRISCCPU *cpu = OPENRISC_CPU(obj);
>> > +
>> > +set_feature(cpu, OPENRISC_FEATURE_OB32S);
>> > +set_feature(cpu, OPENRISC_FEATURE_OF32S);
>> > +
>> > +cpu_reset(CPU(cp
Am 01.07.2012 04:45, schrieb Jia Liu:
> Add OpenRISC target stubs and cpu support.
>
> Signed-off-by: Jia Liu
> ---
> arch_init.c |2 +
> arch_init.h |1 +
> configure| 14 +-
> cpu-exec.c |2 +
Add OpenRISC target stubs and cpu support.
Signed-off-by: Jia Liu
---
arch_init.c |2 +
arch_init.h |1 +
configure| 14 +-
cpu-exec.c |2 +
default-configs/or32-softmmu.mak |4 +
elf.h