commit | 4db9c47c052b89d89f43d12879690c1b3283b887 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 05 16:36:58 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Jan 05 23:55:28 2007 -0800 |
tree | da245a1c1a118828f341bc3a23009e4bfd9b847f | |
parent | cc1d8955cbfb9f32f432cc5033f6ef291e6f7f1e [diff] |
[PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() It overwrites the right cr3 set from mmu setup. Happens only with the test harness. Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>