>>> On 24.06.15 at 11:44, <andrew.coop...@citrix.com> wrote:
> On 22/06/15 19:56, Ed White wrote:
>> @@ -6474,6 +6481,11 @@ enum hvm_intblk nhvm_interrupt_blocked(struct vcpu *v)
>>      return hvm_funcs.nhvm_intr_blocked(v);
>>  }
>>  
>> +bool_t hvm_altp2m_supported()
>> +{
>> +    return hvm_funcs.altp2m_supported;
>> +}
> 
> I would put this as a static inline in hvm.h, as opposed to forcing a
> call into a different translation unit to retrieve a global boolean.

+1

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to