commit | bf8d5166395612b4e856fad57606eb0cff97ae2e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 24 14:39:13 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 16:26:44 2013 +0200 |
tree | c6ef0cd5a6594cea466a484e319f8b6e5151b361 | |
parent | 0844e007624acb6dbf45bfb232286ce9502b424e [diff] |
exec: do not use error_mem_read 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 <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>