commit | b85b9ee9259917f248ee1507d7d1f575f4fc27dd | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sun Sep 09 14:12:54 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:27 2007 +0200 |
tree | 7455f36a04f4e87665a1b44dcfc1b5595eeb9289 | |
parent | c9a1185c945c8db3185ad40092963cbb39192e31 [diff] |
KVM: Clean up unloved invlpg emulation invlpg shouldn't fetch the "src" address, since it may not be valid, however SVM's "solution" which neuters emulation of all group 7 instruction is horrible and breaks kvm-lite. The simplest fix is to put a special check in for invlpg. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>