]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-balloon: don't track subpages for the PBP
authorDavid Hildenbrand <david@redhat.com>
Thu, 25 Jul 2019 11:36:38 +0000 (13:36 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Oct 2019 21:58:28 +0000 (16:58 -0500)
commitf18bce29e1259e079dc4089f40ab26c333a47c81
tree9ae9decae819abb6228b734df541eca8a0119853
parent8e20acad634e38f29afd54b951c42eec113288bc
virtio-balloon: don't track subpages for the PBP

As ramblocks cannot get removed/readded while we are processing a bulk
of inflation requests, there is no more need to track the page size
in form of the number of subpages.

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