Re: [Qemu-devel] [PATCH RFC v4 08/44] target-unicore32: Rename to CPUUniCore32State

2012-03-13 Thread Anthony Liguori
On 03/09/2012 08:27 PM, Andreas Färber wrote: This aids in refactoring CPUState by adopting the common naming scheme. Signed-off-by: Andreas Färber Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- target-unicore32/cpu.h |8 1 files changed, 4 insertions(+), 4 dele

[Qemu-devel] [PATCH RFC v4 08/44] target-unicore32: Rename to CPUUniCore32State

2012-03-09 Thread Andreas Färber
This aids in refactoring CPUState by adopting the common naming scheme. Signed-off-by: Andreas Färber --- target-unicore32/cpu.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target-unicore32/cpu.h b/target-unicore32/cpu.h index f725634..923db05 100644 --- a/tar