qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] balloon: fix memleaks, invalid arguments, unplug
@ 2011-07-28  6:17 Amit Shah
  2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 1/5] balloon: Don't allow multiple balloon handler registrations Amit Shah
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Amit Shah @ 2011-07-28  6:17 UTC (permalink / raw)
  To: qemu list; +Cc: Amit Shah, Markus Armbruster, Michael S. Tsirkin

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-07-28 12:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28  6:17 [Qemu-devel] [PATCH v2 0/5] balloon: fix memleaks, invalid arguments, unplug Amit Shah
2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 1/5] balloon: Don't allow multiple balloon handler registrations Amit Shah
2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 2/5] virtio-balloon: Check if balloon registration failed Amit Shah
2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 3/5] balloon: Ignore negative balloon values Amit Shah
2011-07-28  7:31   ` Markus Armbruster
2011-07-28  9:36     ` Amit Shah
2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 4/5] virtio-balloon: Add exit handler, fix memleaks Amit Shah
2011-07-28  6:28   ` Amit Shah
2011-07-28  7:39     ` Markus Armbruster
2011-07-28  9:37       ` Amit Shah
2011-07-28  7:35   ` Markus Armbruster
2011-07-28  6:17 ` [Qemu-devel] [PATCH v2 5/5] virtio-balloon: Unregister savevm section on device unplug Amit Shah
2011-07-28  7:45   ` Markus Armbruster
2011-07-28  9:37     ` Amit Shah
2011-07-28 11:06     ` Michael S. Tsirkin
2011-07-28 12:21       ` Markus Armbruster
2011-07-28 12:27         ` Michael S. Tsirkin
2011-07-28  7:46 ` [Qemu-devel] [PATCH v2 0/5] balloon: fix memleaks, invalid arguments, unplug Markus Armbruster
2011-07-28  8:49 ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).