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>
Showing
- target-i386/cpu.h 12 additions, 0 deletionstarget-i386/cpu.h
- target-i386/helper.c 112 additions, 20 deletionstarget-i386/helper.c
- target-i386/seg_helper.c 6 additions, 6 deletionstarget-i386/seg_helper.c
- target-i386/smm_helper.c 149 additions, 149 deletionstarget-i386/smm_helper.c
- target-i386/svm_helper.c 115 additions, 115 deletionstarget-i386/svm_helper.c
Loading
Please register or sign in to comment