Re: [Xen-devel] [PATCH RFC 10/31] xen/x86: Calculate HVM featureset

2015-12-22 Thread Andrew Cooper
On 22/12/15 17:11, Jan Beulich wrote: On 16.12.15 at 22:24, wrote: >> @@ -22,6 +24,27 @@ void __init calculate_featuresets(void) >> >> /* Unconditionally claim to be able to set the hypervisor bit. */ >> __set_bit(X86_FEATURE_HYPERVISOR, pv_featureset); >> + >> +/* HVM feature

Re: [Xen-devel] [PATCH RFC 10/31] xen/x86: Calculate HVM featureset

2015-12-22 Thread Jan Beulich
>>> On 16.12.15 at 22:24, wrote: > @@ -22,6 +24,27 @@ void __init calculate_featuresets(void) > > /* Unconditionally claim to be able to set the hypervisor bit. */ > __set_bit(X86_FEATURE_HYPERVISOR, pv_featureset); > + > +/* HVM featureset. */ > +if ( hvm_enabled ) > +{ >