On Tue, May 6, 2014 at 4:08 PM, Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> > > Signed-off-by: Edgar E. Iglesias <edgar.igles...@xilinx.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > --- > target-arm/cpu.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > index 6e6625b..d2e52d4 100644 > --- a/target-arm/cpu.h > +++ b/target-arm/cpu.h > @@ -636,6 +636,7 @@ enum arm_features { > ARM_FEATURE_CBAR, /* has cp15 CBAR */ > ARM_FEATURE_CRC, /* ARMv8 CRC instructions */ > ARM_FEATURE_CBAR_RO, /* has cp15 CBAR and it is read-only */ > + ARM_FEATURE_EL2, /* has EL2 Virtualization support */ > }; > > static inline int arm_feature(CPUARMState *env, int feature) > -- > 1.8.3.2 > >