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

David Gibson posted 3 patches 6 years, 8 months ago
Test docker-mingw@fedora passed
Test asan passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190306030601.21986-1-david@gibson.dropbear.id.au
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
hw/virtio/virtio-balloon.c | 65 +++++++++++++++++++++++++++++++++++---
1 file changed, 61 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH 0/3] virtio-balloon: Several fixes to recent rework
Posted by David Gibson 6 years, 8 months ago
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(-)

-- 
2.20.1