]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-ap: flag as compatible with balloon
authorCornelia Huck <cohuck@redhat.com>
Wed, 5 Dec 2018 14:35:03 +0000 (15:35 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Mar 2019 16:16:28 +0000 (11:16 -0500)
commit821314aec3e1ca36b00ef04adbfeacf5665ed610
treec0c73a9d918bc416cdf58ff9bfd4659719d4c4b0
parent7c693f0c3fa7be27d06017bbe422101d79194f33
vfio-ap: flag as compatible with balloon

vfio-ap devices do not pin any pages in the host. Therefore, they
are compatible with memory ballooning.

Flag them as compatible, so both vfio-ap and a balloon can be
used simultaneously.

Cc: qemu-stable@nongnu.org
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Tested-by: Tony Krowiak <akrowiak@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit 1883e8fc8005e9ef452890a075bae98e8c432968)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/vfio/ap.c