kvm: add support for memory transaction attributes
commit4c6637525290dc863a00be7f58fc11d07b780bd4
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Apr 2015 11:30:58 +0000 (8 13:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Apr 2015 14:55:32 +0000 (30 16:55 +0200)
tree06859ebc2c73a788523d8a2c60d572510e95a607
parentf8a9f720dd2fa5c1560838c26c6dad396a0cef5b
kvm: add support for memory transaction attributes

Let kvm_arch_post_run convert fields in the kvm_run struct to MemTxAttrs.
These are then passed to address_space_rw.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/kvm.h
kvm-all.c
target-arm/kvm.c
target-i386/kvm.c
target-mips/kvm.c
target-ppc/kvm.c
target-s390x/kvm.c