]> git.proxmox.com Git - mirror_qemu.git/commit
target-i386: Use correct memory attributes for memory accesses
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Apr 2015 11:39:37 +0000 (13:39 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:10:00 +0000 (17:10 +0200)
commitb216aa6c0fcbaa8ff4128969c14594896a5485a4
treef4eebe016c776f4320ae257bd62e0b1cd556ecf9
parentf794aa4a2fd772a3ec413c4e478cc23857cfee98
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>
target-i386/cpu.h
target-i386/helper.c
target-i386/seg_helper.c
target-i386/smm_helper.c
target-i386/svm_helper.c