Re: [Xen-devel] [PATCH v3 1/2] x86/Intel: Expose cpuid_faulting_enabled so it can be used elsewhere

2016-10-17 Thread Wei Liu
On Fri, Oct 14, 2016 at 12:47:35PM -0700, Kyle Huey wrote: > While we're here, use bool instead of bool_t. > > Signed-off-by: Kyle Huey FWIW: Reviewed-by: Wei Liu (since I happened to read this series per Andrew's request)

Re: [Xen-devel] [PATCH v3 1/2] x86/Intel: Expose cpuid_faulting_enabled so it can be used elsewhere

2016-10-17 Thread Andrew Cooper
On 14/10/16 20:47, Kyle Huey wrote: > While we're here, use bool instead of bool_t. > > Signed-off-by: Kyle Huey Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org

[Xen-devel] [PATCH v3 1/2] x86/Intel: Expose cpuid_faulting_enabled so it can be used elsewhere

2016-10-14 Thread Kyle Huey
While we're here, use bool instead of bool_t. Signed-off-by: Kyle Huey --- xen/arch/x86/cpu/intel.c| 9 + xen/include/asm-x86/cpuid.h | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/cpu/intel.c b/xen/arch/x86/cpu/intel.c index