]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: make io_mem_unassigned private
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2013 12:37:28 +0000 (14:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 14:26:41 +0000 (16:26 +0200)
commit0844e007624acb6dbf45bfb232286ce9502b424e
treead0170e9d3db1f44bbb0cdc878d86fa872173be4
parent8f3e03cb73dce9eac207cfe0f37d87d6490421a0
exec: make io_mem_unassigned private

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 <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
include/exec/cpu-common.h
include/exec/softmmu_template.h