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

2012-03-23 Thread Andreas Färber
Am 14.03.2012 08:32, schrieb Guan Xuetao: > On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote: >> Based on qom-cpu v4 and object_class_get_list() v2, this series converts >> the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to >> target-arm and faces a similar issue of CPU

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

2012-03-14 Thread Anthony Liguori
On 03/14/2012 03:02 PM, Blue Swirl wrote: On Wed, Mar 14, 2012 at 01:39, Andreas Färber wrote: Hello, Based on qom-cpu v4 and object_class_get_list() v2, this series converts the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to target-arm and faces a similar issue of CPU-de

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

2012-03-14 Thread Blue Swirl
On Wed, Mar 14, 2012 at 01:39, Andreas Färber wrote: > Hello, > > Based on qom-cpu v4 and object_class_get_list() v2, this series converts > the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to > target-arm and faces a similar issue of CPU-dependent init code, so let's > tackle

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

2012-03-14 Thread Guan Xuetao
On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote: > Hello, > > Based on qom-cpu v4 and object_class_get_list() v2, this series converts > the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to > target-arm and faces a similar issue of CPU-dependent init code, so let's > ta

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

2012-03-13 Thread Andreas Färber
Hello, Based on qom-cpu v4 and object_class_get_list() v2, this series converts the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to target-arm and faces a similar issue of CPU-dependent init code, so let's tackle it next. Patch 1 adds a UniCore32 CPU guest core (TCG) section