Re: [Qemu-devel] [PATCH v3 08/10] Convert address_space_rw to use MemoryAccessType

2016-07-20 Thread David Gibson
On Tue, Jul 19, 2016 at 10:02:58PM -0700, Andrey Smirnov wrote: > Convert address_space_rw() to use MemoryAccessType following the > conversion of cpu_memory_rw_debug(). > > Signed-off-by: Andrey Smirnov Reviewed-by: David Gibson > --- >

[Qemu-devel] [PATCH v3 08/10] Convert address_space_rw to use MemoryAccessType

2016-07-19 Thread Andrey Smirnov
Convert address_space_rw() to use MemoryAccessType following the conversion of cpu_memory_rw_debug(). Signed-off-by: Andrey Smirnov --- exec.c | 14 +- include/exec/memory.h| 7 +-- kvm-all.c| 8 +---