exec: Implement qemu_ram_free_from_ptr()
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 3 May 2011 18:48:09 +0000 (12:48 -0600)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 20:59:15 +0000 (22:59 +0200)
commit3e48e4a9db8e890208f6504882cd92915dc7434c
treedafc7bc15b6bfb6af3a425ab52448cc83b1ed4c6
parentaa66deb9b77865f092e40f64d25c6710f9fa0015
exec: Implement qemu_ram_free_from_ptr()

Required for regions mapped via qemu_ram_alloc_from_ptr().  VFIO
and ivshmem will make use of this to remove mappings when devices
are hot unplugged.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cpu-common.h
exec.c