[Qemu-devel] [PATCH 04/22] exec: make io_mem_unassigned private

2013-05-30 Thread Paolo Bonzini
There is no reason to avoid a recompile before accessing unassigned memory. In the end it will be treated as MMIO anyway. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- exec.c |4 ++-- include/exec/cpu-common.h |1 - include/exec/softmmu_

[Qemu-devel] [PATCH 04/22] exec: make io_mem_unassigned private

2013-05-24 Thread Paolo Bonzini
There is no reason to avoid a recompile before accessing unassigned memory. In the end it will be treated as MMIO anyway. Signed-off-by: Paolo Bonzini --- exec.c | 4 ++-- include/exec/cpu-common.h | 1 - include/exec/softmmu_template.h | 10 ++ 3 files