]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-balloon: Rework ballon_page() interface
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 14 Feb 2019 04:39:14 +0000 (15:39 +1100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 30 Jul 2019 17:33:48 +0000 (12:33 -0500)
commit89b0e359bc343f50ccdad63a7807f31f9300a669
tree71c94c1203357f1ccb5896011d7f7b0276134a73
parentb260cdec21aad153d2114b6452fddb3c6e43b393
virtio-balloon: Rework ballon_page() interface

This replaces the balloon_page() internal interface with
ballon_inflate_page(), with a slightly different interface.  The new
interface will make future alterations simpler.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20190214043916.22128-4-david@gibson.dropbear.id.au>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit e9550234d79ddb69b01721d8cb197edc0a14a245)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio-balloon.c