Revision 432bd6cbf9f016f5480153b1cdfbd046f8d4fb1e authored by Avi Kivity on 01 February 2007, 07:48:13 UTC, committed by Linus Torvalds on 02 February 2007, 00:22:41 UTC
Intel hosts, without long mode, and with nx support disabled in the bios
have an efer that is readable but not writable.  This causes a lockup on
switch to guest mode (even though it should exit with reason 34 according
to the documentation).

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6a4c24e
History
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 16.9 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.8 KB
msg.c -rw-r--r-- 20.5 KB
msgutil.c -rw-r--r-- 2.3 KB
sem.c -rw-r--r-- 34.6 KB
shm.c -rw-r--r-- 23.8 KB
util.c -rw-r--r-- 19.0 KB
util.h -rw-r--r-- 3.3 KB

back to top