From: Rusty Russell Date: Tue, 17 Jul 2007 13:34:16 +0000 (+1000) Subject: KVM: Use standard CR4 flags, tighten checking X-Git-Tag: v2.6.24-rc1~1365^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66aee91aaab8f998d28a61ed7733be17ad8e6d8f;p=pandora-kernel.git KVM: Use standard CR4 flags, tighten checking On this machine (Intel), writing to the CR4 bits 0x00000800 and 0x00001000 cause a GPF. The Intel manual is a little unclear, but AFIACT they're reserved, too. Also fix spelling of CR4_RESEVED_BITS. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed