commit | 84b89d782f03b99770759f1d9d6e4e95a2641c35 | [log] [tgz] |
---|---|---|
author | Cam Macdonell <cam@cs.ualberta.ca> | Mon Jul 26 18:10:57 2010 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Aug 10 16:25:15 2010 -0500 |
tree | 3ad1a2281eeb375fcf8d2ade7576d70cfdd072fb | |
parent | f040236cd549ff0546b846d162c50557a76a7ec3 [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>