Re: [PATCH v2 2/3] hyperv: Change hv_root_partition into a function

2025-02-21 Thread MUKESH RATHOR
On 2/21/25 10:10, Nuno Das Neves wrote: > On 2/20/2025 2:59 PM, MUKESH RATHOR wrote: >> >> >> On 2/20/25 14:56, Easwar Hariharan wrote: >> > On 2/20/2025 1:59 PM, MUKESH RATHOR wrote: >> >> >> >> >> >&

Re: [PATCH v2 2/3] hyperv: Change hv_root_partition into a function

2025-02-20 Thread MUKESH RATHOR
On 2/20/25 14:56, Easwar Hariharan wrote: > On 2/20/2025 1:59 PM, MUKESH RATHOR wrote: >> >> >> On 2/20/25 10:33, Nuno Das Neves wrote: >> > Introduce hv_current_partition_type to store the partition type >> > as an enum. >> > &

Re: [PATCH v2 2/3] hyperv: Change hv_root_partition into a function

2025-02-20 Thread MUKESH RATHOR
On 2/20/25 10:33, Nuno Das Neves wrote: > Introduce hv_current_partition_type to store the partition type > as an enum. > > Right now this is limited to guest or root partition, but there will > be other kinds in future and the enum is easily extensible. > > Set up hv_current_partition_typ

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

2024-11-11 Thread MUKESH RATHOR
On 11/11/24 13:28, Michael Kelley wrote: > From: MUKESH RATHOR Sent: Monday, November 11, 2024 10:53 AM >> >> On 11/10/24 20:12, Michael Kelley wrote: >> > From: Nuno Das Neves Sent: >> Thursday, November 7, 2024 2:32 PM >> >> >>

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

2024-11-11 Thread MUKESH RATHOR
On 11/10/24 20:12, Michael Kelley wrote: > 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 confusi

Re: [EXTERNAL] RE: [PATCH 0/5] Add new headers for Hyper-V Dom0

2024-10-10 Thread MUKESH RATHOR
On 10/10/24 11:21, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, October 3, 2024 12:51 PM >> >> To support Hyper-V Dom0 (aka Linux as root partition), many new >> definitions are required. >> >> The plan going forward is to directly import headers from >> Hyper-V. This is

Re: [EXTERNAL] RE: [PATCH 3/5] hyperv: Add new Hyper-V headers

2024-10-10 Thread MUKESH RATHOR
Hi Michael, I can answer some of the questions since I instigated this effort while ago (you might find old email chain/s). On 10/10/24 11:21, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, October 3, 2024 12:51 PM >> >> Add definitions needed for privileged Hyper-V partitions