Revision 777dc784 target-arm/cpu-qom.h

b/target-arm/cpu-qom.h
58 58
    /*< public >*/
59 59

  
60 60
    CPUARMState env;
61

  
62
    /* The instance init functions for implementation-specific subclasses
63
     * set these fields to specify the implementation-dependent values of
64
     * various constant registers and reset values of non-constant
65
     * registers.
66
     * Some of these might become QOM properties eventually.
67
     * Field names match the official register names as defined in the
68
     * ARMv7AR ARM Architecture Reference Manual. A reset_ prefix
69
     * is used for reset values of non-constant registers; no reset_
70
     * prefix means a constant register.
71
     */
72
    uint32_t midr;
61 73
} ARMCPU;
62 74

  
63 75
static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)

Also available in: Unified diff