[kvm-devel] [PATCH 8/10] Use standard CR3 flags, tighten checking

2007-07-17 Thread Rusty Russell
The kernel now has asm/cpu-features.h: use those macros instead of inventing our own. Also spell out definition of CR3_RESEVED_BITS, fix spelling and tighten it for the non-PAE case. Signed-off-by: Rusty Russell [EMAIL PROTECTED] diff -r a253a0af3da6 drivers/kvm/kvm.h --- a/drivers/kvm/kvm.h

Re: [kvm-devel] [PATCH 8/10] Use standard CR3 flags, tighten checking

2007-07-17 Thread Avi Kivity
Rusty Russell wrote: The kernel now has asm/cpu-features.h: use those macros instead of inventing our own. Also spell out definition of CR3_RESEVED_BITS, fix spelling and tighten it for the non-PAE case. Applied, thanks. Watch out for trailing whitespace! -- error compiling