mbox series

[0/3] virtio-balloon: Several fixes to recent rework

Message ID 20190306030601.21986-1-david@gibson.dropbear.id.au (mailing list archive)
Headers show
Series virtio-balloon: Several fixes to recent rework | expand

Message

David Gibson March 6, 2019, 3:05 a.m. UTC
A rework to the virtio-balloon driver was recently merged as
f6deb6d..ee1cd00.  This series addresses several minor issues in the
new code.

Changes since RFC:
 * Add a fix for the g_malloc/free mismatch reported by Coverity
 * Remove the not-really-useful hint-on-deflate flag

David Gibson (3):
  virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
  virtio-balloon: Fix possible guest memory corruption with inflates &
    deflates
  virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate

 hw/virtio/virtio-balloon.c | 65 +++++++++++++++++++++++++++++++++++---
 1 file changed, 61 insertions(+), 4 deletions(-)