commit | f1f6e3b86e0a73e0946f27ecb2b0a86e4665501c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Nov 20 17:52:22 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 04 13:34:49 2012 +0200 |
tree | 50c9ca65f0d75ab43c5a3f31173ea9d198250145 | |
parent | be675c972088eba210e18dc125613e9f205a6bfb [diff] |
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>