Re: [Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU

2012-03-14 Thread Guan Xuetao
On Wed, 2012-03-14 at 11:56 +0100, Andreas Färber wrote: > Am 14.03.2012 08:56, schrieb Guan Xuetao: > > On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote: > >> Embed CPUUniCore32State into UniCore32CPU. > >> > >> Contributed under GPLv2+. > >> > >> Signed-off-by: Andreas Färber > >> --- > >

Re: [Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU

2012-03-14 Thread Andreas Färber
Am 14.03.2012 08:56, schrieb Guan Xuetao: > On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote: >> Embed CPUUniCore32State into UniCore32CPU. >> >> Contributed under GPLv2+. >> >> Signed-off-by: Andreas Färber >> --- >> Makefile.target|1 + >> target-unicore32/cpu-qom.h | 7

Re: [Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU

2012-03-14 Thread Guan Xuetao
On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote: > Embed CPUUniCore32State into UniCore32CPU. > > Contributed under GPLv2+. > > Signed-off-by: Andreas Färber > --- > Makefile.target|1 + > target-unicore32/cpu-qom.h | 72 ++ > target-uni

[Qemu-devel] [PATCH 3/7] target-unicore32: QOM'ify CPU

2012-03-13 Thread Andreas Färber
Embed CPUUniCore32State into UniCore32CPU. Contributed under GPLv2+. Signed-off-by: Andreas Färber --- Makefile.target|1 + target-unicore32/cpu-qom.h | 72 ++ target-unicore32/cpu.c | 91 targe