]> git.proxmox.com Git - mirror_qemu.git/commit
Uninline get_page_addr_code()
authorAvi Kivity <avi@redhat.com>
Sun, 1 Jan 2012 21:35:10 +0000 (23:35 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:49 +0000 (13:34 +0200)
commitd39e822265e56af761cc506ac45768ab8af940b4
treeeb30c10fe4e8332f6c27d81084137293871cb0c1
parent1d393fa2d1c16021c840e5d37f7ff74341b7c884
Uninline get_page_addr_code()

Its use of IO_MEM_ROM and friends will later cause #include loops; and it
is too large to merit inlining.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
exec-all.h
exec.c