[PATCH] kvm: add support for memory transaction attributes

2015-04-08 Thread Paolo Bonzini
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 pbonz...@redhat.com --- Peter, feel free to include this in your series if you wish to (and if you agree with the implementation).

Re: [PATCH] kvm: add support for memory transaction attributes

2015-04-08 Thread Peter Maydell
On 8 April 2015 at 13:28, Paolo Bonzini pbonz...@redhat.com wrote: 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 pbonz...@redhat.com Reviewed-by: Peter Maydell peter.mayd...@linaro.org At some

[PATCH] kvm: add support for memory transaction attributes

2015-04-08 Thread Paolo Bonzini
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 pbonz...@redhat.com --- include/sysemu/kvm.h | 3 ++- kvm-all.c| 21 - target-arm/kvm.c | 4 +++-