Re: [Qemu-devel] [PATCH v2 0/2] QOM'ify MIPS CPU

2012-04-18 Thread Richard Henderson
On 04/15/2012 08:41 PM, Andreas Färber wrote: > Hello, > > This series strips down my MIPS QOM'ification patch from the qom-cpu-others > RFC series. Subclasses are postponed. > > I've also left out code movement from cpu_state_reset() into the CPU reset > function since the reset code accesses mi

[Qemu-devel] [PATCH v2 0/2] QOM'ify MIPS CPU

2012-04-15 Thread Andreas Färber
Hello, This series strips down my MIPS QOM'ification patch from the qom-cpu-others RFC series. Subclasses are postponed. I've also left out code movement from cpu_state_reset() into the CPU reset function since the reset code accesses mips_def_t members and that is only declared in translate_init