commit | 1871c6020d7308afb99127bba51f04548e7ca84e | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Wed Feb 10 14:21:32 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:36:11 2010 -0300 |
tree | 64871be680574ed53104923456dc0b184db3cf69 | |
parent | a0044755679f3e761b8b95995e5f2db2b7efd0f6 [diff] |
KVM: x86 emulator: fix memory access during x86 emulation Currently when x86 emulator needs to access memory, page walk is done with broadest permission possible, so if emulated instruction was executed by userspace process it can still access kernel memory. Fix that by providing correct memory access to page walker during emulation. Signed-off-by: Gleb Natapov <gleb@redhat.com> Cc: stable@kernel.org Signed-off-by: Avi Kivity <avi@redhat.com>