commit | 5b500f974ba1701436ec0e4743c802c0651a3f4f | [log] [tgz] |
---|---|---|
author | Cam Macdonell <cam@cs.ualberta.ca> | Mon Jul 26 18:10:57 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Oct 11 16:33:09 2010 -0500 |
tree | 7a28268e709c046098f16ceaabb8da27fb167d2c | |
parent | 72230c523bda18d4dd2f7d16f96cc59e8fbbd6c9 [diff] |
Add qemu_ram_alloc_from_ptr function Provide a function to add an allocated region of memory to the qemu RAM. This patch is copied from Marcelo's qemu_ram_map() in qemu-kvm and given the clearer name qemu_ram_alloc_from_ptr(). Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> (cherry picked from commit 84b89d782f03b99770759f1d9d6e4e95a2641c35)