Re: [Qemu-devel] [RFC qom-cpu 13/41] cpu: Drop cpu_model_str from CPU_COMMON

2013-09-04 Thread Jia Liu
On Wed, Sep 4, 2013 at 5:04 PM, Andreas Färber wrote: > Since this is only read in cpu_copy() and linux-user has a global > cpu_model, drop the field from generic code. > > Signed-off-by: Andreas Färber > --- > include/exec/cpu-defs.h | 2 -- > linux-user/main.c | 4 ++-- > target-

[Qemu-devel] [RFC qom-cpu 13/41] cpu: Drop cpu_model_str from CPU_COMMON

2013-09-04 Thread Andreas Färber
Since this is only read in cpu_copy() and linux-user has a global cpu_model, drop the field from generic code. Signed-off-by: Andreas Färber --- include/exec/cpu-defs.h | 2 -- linux-user/main.c | 4 ++-- target-alpha/cpu.c | 4 target-arm/helper.c | 3 --- ta