]> git.ipfire.org Git - thirdparty/qemu.git/commit
Add qemu_ram_alloc_from_ptr function
authorCam Macdonell <cam@cs.ualberta.ca>
Tue, 27 Jul 2010 00:10:57 +0000 (18:10 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Oct 2010 21:33:09 +0000 (16:33 -0500)
commit5b500f974ba1701436ec0e4743c802c0651a3f4f
tree7a28268e709c046098f16ceaabb8da27fb167d2c
parent72230c523bda18d4dd2f7d16f96cc59e8fbbd6c9
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)
cpu-common.h
exec.c