diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-04 09:14:24 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-04 09:14:24 -0600 |
commit | f374e826e340ea1e2de2e9b006b3ac5dbde1324f (patch) | |
tree | b671d3bee2582bb9de531eaeb4724dfc8ddf8881 /cpu-all.h | |
parent | 78728c92a4137a96f1d0c49496d02dd9aa9d71b6 (diff) | |
parent | 6cb2996cef5e273ef370e690e84b5e1403f5c391 (diff) |
Merge remote branch 'qemu-kvm/uq/master' into pulls
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -847,6 +847,9 @@ extern uint8_t *phys_ram_dirty; extern ram_addr_t ram_size; extern ram_addr_t last_ram_offset; +extern const char *mem_path; +extern int mem_prealloc; + /* physical memory access */ /* MMIO pages are identified by a combination of an IO device index and |