Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-18 Thread David Stevens
On Mon, Dec 18, 2023 at 10:18 AM David Hildenbrand wrote: > > On 18.12.23 16:16, David Stevens wrote: > > On Mon, Dec 18, 2023 at 6:37 AM David Hildenbrand wrote: > >> > >> On 14.12.23 05:13, David Stevens wrote: > >>> On Wed, Dec 13, 2023 at 5:44 PM David Hildenbrand > >>> wrote: > >

Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-18 Thread David Hildenbrand
On 18.12.23 16:16, David Stevens wrote: On Mon, Dec 18, 2023 at 6:37 AM David Hildenbrand wrote: On 14.12.23 05:13, David Stevens wrote: On Wed, Dec 13, 2023 at 5:44 PM David Hildenbrand wrote: On 11.12.23 12:43, David Stevens wrote: From: David Stevens Hi David, Add a wakeup event

Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-18 Thread David Stevens
On Mon, Dec 18, 2023 at 6:37 AM David Hildenbrand wrote: > > On 14.12.23 05:13, David Stevens wrote: > > On Wed, Dec 13, 2023 at 5:44 PM David Hildenbrand wrote: > >> > >> On 11.12.23 12:43, David Stevens wrote: > >>> From: David Stevens > >>> > >> > >> Hi David, > >> > >>> Add a wakeup event fo

Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-18 Thread David Hildenbrand
On 14.12.23 05:13, David Stevens wrote: On Wed, Dec 13, 2023 at 5:44 PM David Hildenbrand wrote: On 11.12.23 12:43, David Stevens wrote: From: David Stevens Hi David, Add a wakeup event for when the balloon is inflating or deflating. Userspace can enable this wakeup event to prevent the

Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-13 Thread David Stevens
On Wed, Dec 13, 2023 at 5:44 PM David Hildenbrand wrote: > > On 11.12.23 12:43, David Stevens wrote: > > From: David Stevens > > > > Hi David, > > > Add a wakeup event for when the balloon is inflating or deflating. > > Userspace can enable this wakeup event to prevent the system from > > suspend

Re: [PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-13 Thread David Hildenbrand
On 11.12.23 12:43, David Stevens wrote: From: David Stevens Hi David, Add a wakeup event for when the balloon is inflating or deflating. Userspace can enable this wakeup event to prevent the system from suspending while the balloon is being adjusted. This allows /sys/power/wakeup_count to b

[PATCH] virtio_balloon: stay awake while adjusting balloon

2023-12-11 Thread David Stevens
From: David Stevens Add a wakeup event for when the balloon is inflating or deflating. Userspace can enable this wakeup event to prevent the system from suspending while the balloon is being adjusted. This allows /sys/power/wakeup_count to be used without breaking virtio_balloon's cooperative mem