Implement dynamic guest ram allocation.

Signed-off-by: Paul Brook <paul@codesourcery.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7088 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2009-04-11 17:15:54 +00:00
parent b0457b6920
commit 94a6b54fd6
5 changed files with 149 additions and 52 deletions

View file

@ -854,11 +854,10 @@ typedef unsigned long ram_addr_t;
/* memory API */
extern ram_addr_t phys_ram_size;
extern int phys_ram_fd;
extern uint8_t *phys_ram_base;
extern uint8_t *phys_ram_dirty;
extern ram_addr_t ram_size;
extern ram_addr_t last_ram_offset;
/* physical memory access */