commit | b216aa6c0fcbaa8ff4128969c14594896a5485a4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 08 13:39:37 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 17:10:00 2015 +0200 |
tree | f4eebe016c776f4320ae257bd62e0b1cd556ecf9 | |
parent | f794aa4a2fd772a3ec413c4e478cc23857cfee98 [diff] |
target-i386: Use correct memory attributes for memory accesses These include page table walks, SVM accesses and SMM state save accesses. The bulk of the patch is obtained with sed -i 's/\(\<[a-z_]*_phys\(_notdirty\)\?\>(cs\)->as,/x86_\1,/' Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>