exec: eliminate io_mem_ram
commit2a8e7499093cd33a607ebd7c1cd591169aa68a3e
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2013 12:34:08 +0000 (24 14:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 14:26:21 +0000 (29 16:26 +0200)
tree104c7f6d28eb170b0d0f0a69abf08da429939792
parent6a4e17711442849bf2cc731ccddef5a2a2d92d29
exec: eliminate io_mem_ram

It is never used, the IOTLB always goes through io_mem_notdirty.

In fact in softmmu_template.h, if it were, QEMU would crash just
below the tests, as soon as io_mem_read/write dispatches to
error_mem_read/write.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
include/exec/cpu-common.h
include/exec/softmmu_template.h