Re: [Qemu-devel] [PATCH v2 0/5] QOM'ify UniCore32 CPU

2012-03-30 Thread Guan Xuetao
On 03/30/2012 01:14 AM, Andreas Färber wrote: Hello Xuetao, This updated series converts the UniCore32 CPU to QOM. In addition to addressing review comments from v1, a new approach for CPU-dependent values has been adopted: We should keep setting of features imperative and can avoid adding new c

[Qemu-devel] [PATCH v2 0/5] QOM'ify UniCore32 CPU

2012-03-29 Thread Andreas Färber
Hello Xuetao, This updated series converts the UniCore32 CPU to QOM. In addition to addressing review comments from v1, a new approach for CPU-dependent values has been adopted: We should keep setting of features imperative and can avoid adding new class fields as storage for default values by mov