Re: [Qemu-devel] [PATCH RFC 9/7] target-arm: Move CPU feature flags to class

2012-01-30 Thread Andreas Färber
Am 30.01.2012 00:50, schrieb Andreas Färber: > The internal CPU feature flags were only ever set in > cpu_reset_model_id(). Therefore move them into ARMCPUClass. Peter made me aware that this will not work for -cpu cortex-a9,-neon. The initial feature flags can be stored in ARMCPUClass but the act

[Qemu-devel] [PATCH RFC 9/7] target-arm: Move CPU feature flags to class

2012-01-29 Thread Andreas Färber
The internal CPU feature flags were only ever set in cpu_reset_model_id(). Therefore move them into ARMCPUClass. The feature flags were saved and loaded as part of CPUState. Keep writing them so that they can still be loaded in older versions, but ignore when loading. Since cpu.h defines ARMCPUSt