[Qemu-devel] [PATCH 05/22] exec: do not use error_mem_read

2013-05-30 Thread Paolo Bonzini
We will soon reach this case when doing (unaligned) accesses that span partly past the end of memory. We do not want to crash in that case. unassigned_mem_ops and rom_mem_ops are now the same. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- exec.c | 16 ++-- 1 fi

[Qemu-devel] [PATCH 05/22] exec: do not use error_mem_read

2013-05-24 Thread Paolo Bonzini
We will soon reach this case when doing (unaligned) accesses that partly span past the end of memory. We do not want to crash in that case. unassigned_mem_ops and rom_mem_ops are now the same. Signed-off-by: Paolo Bonzini --- exec.c | 16 ++-- 1 file changed, 2 insertions(+), 14 de