qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] fixups for ivshmem unplug/migration


From: Cam Macdonell
Subject: [Qemu-devel] [PATCH 0/2] fixups for ivshmem unplug/migration
Date: Tue, 30 Nov 2010 14:03:57 -0700

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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]