We added qemu_ram_alloc_from_ptr, but we need its corresponding "free" function. With that, we can properly remove the ivshmem memory on unplug.
Cam Macdonell (2): add qemu_ram_free_from_ptr Unregister shared memory on unplug. cpu-common.h | 1 + exec.c | 13 +++++++++++++ hw/ivshmem.c | 12 ++++++++---- 3 files changed, 22 insertions(+), 4 deletions(-)