[Qemu-devel] [PATCH 01/22] exec: eliminate io_mem_ram

2013-05-30 Thread Paolo Bonzini
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 Signed-off-by: Paolo Bonzini --- exec.c

[Qemu-devel] [PATCH 01/22] exec: eliminate io_mem_ram

2013-05-24 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- exec.c | 18 ++---