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

2023-12-19 Thread David Hildenbrand
On 19.12.23 15:37, David Stevens wrote: On Mon, Dec 18, 2023 at 12:33 PM David Hildenbrand wrote: On 18.12.23 16:18, David Stevens wrote: From: David Stevens A virtio_balloon's parent device may be configured so that a configuration change interrupt is a wakeup event. Extend the processing

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

2023-12-19 Thread David Stevens
On Mon, Dec 18, 2023 at 12:33 PM David Hildenbrand wrote: > > On 18.12.23 16:18, David Stevens wrote: > > From: David Stevens > > > > A virtio_balloon's parent device may be configured so that a > > configuration change interrupt is a wakeup event. Extend the processing > > of such a wakeup

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

2023-12-18 Thread David Hildenbrand
On 18.12.23 16:18, David Stevens wrote: From: David Stevens A virtio_balloon's parent device may be configured so that a configuration change interrupt is a wakeup event. Extend the processing of such a wakeup event until the balloon finishes inflating or deflating by calling

[PATCH v2] virtio_balloon: stay awake while adjusting balloon

2023-12-18 Thread David Stevens
From: David Stevens A virtio_balloon's parent device may be configured so that a configuration change interrupt is a wakeup event. Extend the processing of such a wakeup event until the balloon finishes inflating or deflating by calling pm_stay_awake/pm_relax in the virtio_balloon driver. Note