]> git.proxmox.com Git - qemu.git/commit - exec-all.h
Add tb_page_addr_t
authorPaul Brook <paul@codesourcery.com>
Fri, 12 Mar 2010 16:54:58 +0000 (16:54 +0000)
committerPaul Brook <paul@codesourcery.com>
Fri, 12 Mar 2010 17:23:50 +0000 (17:23 +0000)
commit41c1b1c9ebb45b97795fa9e58eaa6fedc4eafe0e
tree1386b3cb0d216dcb9a56f91fc38046ebc696cbd3
parent376a790970de7e84170ee9360b6ff53ecfa4a1be
Add tb_page_addr_t

The page tracking code in exec.c is used by both userspace and system
emulation.  Userspace emulation uses it to track virtual pages, and
system emulation to track ram pages.  Introduce a new type to hold this
kind of address.

Signed-off-by: Paul Brook <paul@codesourcery.com>
cpu-exec.c
exec-all.h
exec.c