mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -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
|
@ -370,6 +370,9 @@ void kqemu_record_dump(void);
|
|||
|
||||
extern uint32_t kqemu_comm_base;
|
||||
|
||||
extern ram_addr_t kqemu_phys_ram_size;
|
||||
extern uint8_t *kqemu_phys_ram_base;
|
||||
|
||||
static inline int kqemu_is_ok(CPUState *env)
|
||||
{
|
||||
return(env->kqemu_enabled &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue