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

2024-10-31 Thread Nuno Das Neves
On 10/31/2024 12:05 PM, Easwar Hariharan wrote: > On 10/3/2024 12:50 PM, Nuno Das Neves wrote: >> 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 a more maintainable way

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

2024-10-31 Thread Easwar Hariharan
On 10/3/2024 12:50 PM, Nuno Das Neves wrote: > 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 a more maintainable way to import definitions > rather than via the TLFS doc.

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

2024-10-23 Thread Michael Kelley
From: Nuno Das Neves Sent: Tuesday, October 22, 2024 5:04 PM > > Michael - sorry for the delay, I just got back from vacation. > > On 10/10/2024 6:34 PM, MUKESH RATHOR wrote: > > > > > > On 10/10/24 11:21, Michael Kelley wrote: > > > From: Nuno Das Neves Sent: > > Thursday, October 3, 2024 12

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

2024-10-23 Thread Michael Kelley
From: Nuno Das Neves Sent: Tuesday, October 22, 2024 5:51 PM > > On 10/10/2024 11:21 AM, Michael Kelley wrote: > > [snip] > > Have you considered user space code that uses > > include/linux/hyperv.h? Which of the two schemes will it use? That code > > needs to compile correctly on x86 and ARM6

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

2024-10-22 Thread Nuno Das Neves
On 10/10/2024 11:21 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, > October 3, 2024 12:51 PM An intermediary header "hv_defs.h" is introduced to conditionally >> include either hyperv-tlfs.h or hvhdk.h. This is required because >> several headers which today include hyperv

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

2024-10-22 Thread Nuno Das Neves
Michael - sorry for the delay, I just got back from vacation. On 10/10/2024 6:34 PM, MUKESH RATHOR wrote: > > > 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

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: [PATCH 0/5] Add new headers for Hyper-V Dom0

2024-10-10 Thread Michael Kelley
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 a more maintainable way to import definitions > rather t

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

2024-10-07 Thread Wei Liu
On Thu, Oct 03, 2024 at 12:50:59PM -0700, Nuno Das Neves wrote: > 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 a more maintainable way to import definitions > rather than

[PATCH 0/5] Add new headers for Hyper-V Dom0

2024-10-03 Thread Nuno Das Neves
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 a more maintainable way to import definitions rather than via the TLFS doc. This patch series introduces new headers (hvhdk.h, hvgdk.