Re: [PATCH v2 2/2] Drivers: hv: vmbus: Log on missing offers

2024-11-10 Thread Naman Jain
On 11/7/2024 11:14 AM, Naman Jain wrote: On 11/1/2024 12:44 AM, Michael Kelley wrote: From: Naman Jain Sent: Tuesday, October 29, 2024 1:02 AM When resuming from hibernation, log any channels that were present before hibernation but now are gone. In general, the essential virtual devices

RE: [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > Switch to using hvhdk.h everywhere in the kernel. This header includes > all the new Hyper-V headers in include/hyperv, which form a superset of > the definitions found in hyperv-tlfs.h. > > This makes it easier to add new Hyper-

RE: [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > These headers contain definitions for regular Hyper-V guests (as in > hyperv-tlfs.h), as well as interfaces for more privileged guests like > Dom0. See my comment on Patch 0/4 about use of "dom0" terminology. > > These files ar

RE: [PATCH v2 2/4] hyperv: Clean up unnecessary #includes

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > Remove includes of linux/hyperv.h, mshyperv.h, and hyperv-tlfs.h where > they are not used. > > Acked-by: Wei Liu > Signed-off-by: Nuno Das Neves > --- > arch/arm64/hyperv/hv_core.c | 1 - > arch/x86/hyperv/hv_apic.c

RE: [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > This definition is in the wrong file; it is part of the TLFS doc. > > Acked-by: Wei Liu > Signed-off-by: Nuno Das Neves > --- > include/asm-generic/hyperv-tlfs.h | 9 + > include/linux/hyperv.h| 9 -

RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-10 Thread Michael Kelley
From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM > > To support Hyper-V Dom0 (aka Linux as root partition), many new > definitions are required. Using "dom0" terminology here and in the Subject: line is likely to be confusing to folks who aren't intimately involved in Hyper-V work.