Re: [Qemu-devel] [PATCH v2 0/3] QOM'ify Xtensa CPU

2012-04-11 Thread Max Filippov
Hello Max, This series strips down my Xtensa QOM'ification patch from the qom-cpu-others.v1 RFC series, avoiding the XtensaConfig vs. subclass problem and taking care not to introduce "klass", including in the header file. I've tested this with the dc232b semihosting test image. Please review a

Re: [Qemu-devel] [PATCH v2 0/3] QOM'ify Xtensa CPU

2012-04-11 Thread Max Filippov
>> This series strips down my Xtensa QOM'ification patch from the >> qom-cpu-others.v1 >> RFC series, avoiding the XtensaConfig vs. subclass problem and taking care >> not to introduce "klass", including in the header file. >> >> I've tested this with the dc232b semihosting test image. > > BTW, is

Re: [Qemu-devel] [PATCH v2 0/3] QOM'ify Xtensa CPU

2012-04-11 Thread Andreas Färber
Am 11.04.2012 18:24, schrieb Andreas Färber: > Hello Max, > > This series strips down my Xtensa QOM'ification patch from the > qom-cpu-others.v1 > RFC series, avoiding the XtensaConfig vs. subclass problem and taking care > not to introduce "klass", including in the header file. > > I've tested

[Qemu-devel] [PATCH v2 0/3] QOM'ify Xtensa CPU

2012-04-11 Thread Andreas Färber
Hello Max, This series strips down my Xtensa QOM'ification patch from the qom-cpu-others.v1 RFC series, avoiding the XtensaConfig vs. subclass problem and taking care not to introduce "klass", including in the header file. I've tested this with the dc232b semihosting test image. Please review an