Re: [PATCH 1/3] Drivers: hv: vmbus: Disable Suspend-to-Idle for VMBus

2024-09-23 Thread Srivatsa S. Bhat
[+linux-pm, Rafael, Len, Pavel] On Thu, Sep 12, 2024 at 02:27:48PM -0700, Erni Sri Satya Vennela wrote: > If the Virtual Machine Connection window is focused, > a Hyper-V VM user can unintentionally touch the keyboard/mouse > when the VM is hibernating or resuming, and consequently the > hibernati

Re: [PATCH 2/3] Revert "Input: hyperv-keyboard - register as a wakeup source"

2024-09-23 Thread Srivatsa S. Bhat
[+linux-pm, Rafael, Len, Pavel] On Thu, Sep 12, 2024 at 02:27:49PM -0700, Erni Sri Satya Vennela wrote: > This reverts commit 62238f3aadc9bc56da70100e19ec61b9f8d72a5f. > > Remove keyboard as wakeup source since Suspend-to-Idle feature > is disabled. > > Signed-off-by: Erni Sri Satya Vennela > -

Re: [PATCH 3/3] Revert "HID: hyperv: register as a wakeup source"

2024-09-23 Thread Srivatsa S. Bhat
[+linux-pm, Rafael, Len, Pavel] On Thu, Sep 12, 2024 at 02:27:50PM -0700, Erni Sri Satya Vennela wrote: > This reverts commit f1210455e78a610c7b316389b31c162c371d888c. > > Remove mouse as wakeup source since Suspend-to-Idle feature > is disabled. > > Signed-off-by: Erni Sri Satya Vennela > ---

Re: [PATCH 0/3] Disable Suspend-to-Idle in Hyper-V and Fix Hibernation Interruptions

2024-09-23 Thread Srivatsa S. Bhat
Hi Vennela, [+linux-pm, Rafael, Pavel, Len] Let's CC the linux-pm mailing list for discussions related to power management features (such as suspend/resume and hibernation). On Thu, Sep 12, 2024 at 02:27:47PM -0700, Erni Sri Satya Vennela wrote: > It has been reported that Hyper-V VM users can u