commit | 564346224daaa8f7222d7a92cdbb7bafde59ae6e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue May 26 20:54:41 2009 +0930 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 26 12:13:11 2009 -0700 |
tree | d91ddfa810c3d9aaf3b33f00d7ae80bd541b1f4b | |
parent | ab2b7ebaad16226c9a5e85c5f384d19fa58a7459 [diff] |
lguest: fix on Intel when KVM loaded (unhandled trap 13) When KVM is loaded, and hence VT set up, the vmcall instruction in an lguest guest causes a #GP, not #UD. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>