qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/5] balloon: fix memleaks, invalid arguments, un


From: Amit Shah
Subject: [Qemu-devel] [PATCH v2 0/5] balloon: fix memleaks, invalid arguments, unplug
Date: Thu, 28 Jul 2011 11:47:11 +0530

Hello,

This series is on top of the other balloon series for which I sent a
pull request on Tuesday.

This series fixes memleak on exit, unregisters the savevm section on
unplug, disallows negative values as ballooning targets and doesn't
allow multiple balloon device registrations.

v2 contains small tweaks suggested:
 - Error is shown by balloon.c instead of virtio-balloon.c in patch 1
   (mst)
 - Filter out negative input in do_balloon() and add qerror message
   (Markus)
 - Separate out savevm section unregistering from memleak fix


Amit Shah (5):
  balloon: Don't allow multiple balloon handler registrations
  virtio-balloon: Check if balloon registration failed
  balloon: Ignore negative balloon values
  virtio-balloon: Add exit handler, fix memleaks
  virtio-balloon: Unregister savevm section on device unplug

 balloon.c           |   20 +++++++++++++++++---
 balloon.h           |    4 ++--
 hw/virtio-balloon.c |   18 +++++++++++++++++-
 hw/virtio-pci.c     |   14 +++++++++++++-
 hw/virtio.h         |    1 +
 5 files changed, 50 insertions(+), 7 deletions(-)

-- 
1.7.6




reply via email to

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