Re: [Xen-devel] [PATCH 0/2] x86/hvm: Improvements to HAP superpage feature detection

2015-09-23 Thread Konrad Rzeszutek Wilk
On Tue, Sep 22, 2015 at 06:33:01PM +0100, Andrew Cooper wrote: > Two small patches which reduce the runtime overhead of detecting HAP > superpages by moving more initialisation into __init. > > Noticed while reviewing "x86/p2m: use large pages for MMIO mappings". Reviewed-by: Konrad Rzeszutek Wi

[Xen-devel] [PATCH 0/2] x86/hvm: Improvements to HAP superpage feature detection

2015-09-22 Thread Andrew Cooper
Two small patches which reduce the runtime overhead of detecting HAP superpages by moving more initialisation into __init. Noticed while reviewing "x86/p2m: use large pages for MMIO mappings". Andrew Cooper (2): x86/hvm: Refine hap_has_{2mb,1gb} checks x86/hvm: Fold opt_hap_{2mb,1gb} into hap