mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
b0457b6920
commit
94a6b54fd6
5 changed files with 149 additions and 52 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue