Re: [Qemu-devel] [PATCH 1/2] balloon: Disassociate handlers from balloon device on unplug

2011-09-09 Thread Anthony Liguori
On 09/09/2011 04:00 AM, Amit Shah wrote: When a balloon device gets unplugged, allow the balloon handlers to be freed. Signed-off-by: Amit Shah Applied all. Thanks. Regards, Anthony Liguori --- balloon.c | 10 ++ balloon.h |1 + 2 files changed, 11 insertions(+), 0 delet

[Qemu-devel] [PATCH 1/2] balloon: Disassociate handlers from balloon device on unplug

2011-09-09 Thread Amit Shah
When a balloon device gets unplugged, allow the balloon handlers to be freed. Signed-off-by: Amit Shah --- balloon.c | 10 ++ balloon.h |1 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/balloon.c b/balloon.c index f56fdc1..a2133db 100644 --- a/balloon.c +++ b/ba