diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-11 17:15:54 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-11 17:15:54 +0000 |
commit | 94a6b54fd6d2d3321066cb4db7abeeb417af9365 (patch) | |
tree | 84da517c725b42e93cc4d25750bca57f655d9f81 /exec-all.h | |
parent | b0457b69209fca3fb40a85bd54d7f27eb4bad7e7 (diff) |
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
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h index 0afaae86d1..b4664f91a0 100644 --- a/exec-all.h +++ b/exec-all.h @@ -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 && |