]> git.proxmox.com Git - qemu.git/commit
Introduce qemu_put_ram_ptr
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 16 Sep 2010 12:57:49 +0000 (13:57 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 8 May 2011 08:10:01 +0000 (10:10 +0200)
commit050a0ddf39cf5555ecf9b22a918b2a2b00bdbe34
treee8267403b7a59988a32773ec6e9367f791e30f0a
parentea6c5f8ffe6de12e04e63acbb9937683b30216e2
Introduce qemu_put_ram_ptr

This function allows to unlock a ram_ptr give by qemu_get_ram_ptr. After
a call to qemu_put_ram_ptr, the pointer may be unmap from QEMU when
used with Xen.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cpu-common.h
exec.c
trace-events
xen-mapcache.c