]> git.proxmox.com Git - qemu.git/commit - exec.c
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)
commit1f2e98b62d62205de9d52e81aca78e78712af973
treedafc7bc15b6bfb6af3a425ab52448cc83b1ed4c6
parentc83066d4c4a13d687d60f1f18c748f934b5a5be6
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