Re: [Qemu-devel] [PATCH v2 1/4] balloon: Allow nested inhibits

2018-08-07 Thread Cornelia Huck
On Mon, 30 Jul 2018 17:13:46 -0600 Alex Williamson 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 >

Re: [Qemu-devel] [PATCH v2 1/4] balloon: Allow nested inhibits

2018-08-07 Thread Peter Xu
On Mon, Jul 30, 2018 at 05:13:46PM -0600, Alex Williamson 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 Williams

Re: [Qemu-devel] [PATCH v2 1/4] balloon: Allow nested inhibits

2018-07-31 Thread David Hildenbrand
On 31.07.2018 01:13, Alex Williamson 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. > Not sure if "nested" is really the right term here