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

2024-12-17 Thread Michael Kelley
From: Erni Sri Satya Vennela Sent: Monday, December 16, 2024 8:17 PM > > This change is specific to Hyper-V VM user. > 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

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

2024-12-17 Thread Wei Liu
On Mon, Dec 16, 2024 at 08:17:07PM -0800, Erni Sri Satya Vennela wrote: > This change is specific to Hyper-V VM user. > 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 th

Re: [PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense

2024-12-17 Thread Wei Liu
On Wed, Dec 11, 2024 at 12:14:50AM +, Wei Liu wrote: > On Tue, Dec 10, 2024 at 07:58:34PM +, Michael Kelley wrote: > > From: mhkelle...@gmail.com Sent: Wednesday, October > > 2, 2024 8:53 PM > > > > > > Code specific to Hyper-V guests currently assumes the cpu_possible_mask > > > is "den

[GIT PULL] Hyperv-fixes for v6.13-rc4

2024-12-17 Thread Wei Liu
Hi Linus, The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20241217 for you to

Re: [PATCH] tools: hv: Fix cross-compilation

2024-12-17 Thread Wei Liu
On Thu, Dec 12, 2024 at 08:01:02PM -0800, Saurabh Singh Sengar wrote: > On Thu, Dec 12, 2024 at 11:06:16PM +, Wei Liu wrote: > > On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote: > > > Use the native ARCH only incase it is not set, this will allow > > > the cross complilation wher

RE: [PATCH 0/2] hyperv: Move some features to common code

2024-12-17 Thread Michael Kelley
From: Nuno Das Neves Sent: Monday, December 9, 2024 12:20 PM > > On 12/7/2024 6:59 PM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Friday, > > December 6, 2024 2:22 PM > >> > >> There are several bits of Hyper-V-related code that today live in > >> arch/x86 but are not really specific