[Qemu-devel] [PATCH 11/22] exec: introduce memory_access_is_direct

2013-05-30 Thread Paolo Bonzini
After the previous patches, this is a common test for all read/write functions. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- exec.c | 39 ++- 1 files changed, 22 insertions(+), 17 deletions(-) diff --git a/exec.c b/exec.c index f6cebd6..

[Qemu-devel] [PATCH 11/22] exec: introduce memory_access_is_direct

2013-05-24 Thread Paolo Bonzini
After the previous patches, this is a common test for all read/write functions. address_space_rw to ROMs is now treated as "unassigned" instead of being ignored. This matches what TCG-generated code does. Signed-off-by: Paolo Bonzini --- exec.c | 39 ++- 1 f