]> git.proxmox.com Git - qemu.git/commit
exec: make phys_page_find() return a temporary
authorAvi Kivity <avi@redhat.com>
Sun, 20 Nov 2011 15:52:22 +0000 (17:52 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:49 +0000 (13:34 +0200)
commitf1f6e3b86e0a73e0946f27ecb2b0a86e4665501c
tree50c9ca65f0d75ab43c5a3f31173ea9d198250145
parentbe675c972088eba210e18dc125613e9f205a6bfb
exec: make phys_page_find() return a temporary

Instead of returning a PhysPageDesc pointer, return a temporary.
This lets us move away from actually storing PhysPageDesc's, and
instead sythesising them when needed.

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