On Mon, 30 Jul 2018 17:13:46 -0600 Alex Williamson <alex.williamson@xxxxxxxxxx> wrote: > A simple true/false internal state does not allow multiple users. Fix > this within the existing interface by converting to a counter, so long > as the counter is elevated, ballooning is inhibited. > > Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx> > --- > balloon.c | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>