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

Re: [PATCH 2/5] hyperv: Remove unnecessary #includes

2024-10-07 Thread Wei Liu
On Thu, Oct 03, 2024 at 12:51:01PM -0700, Nuno Das Neves wrote: > asm/hyperv-tlfs.h is already included implicitly wherever mshyperv.h > or linux/hyperv.h is included. Remove those redundancies. > > Remove includes of linux/hyperv.h and mshyperv.h where they are not > needed. > > Signed-off-by: N

Re: [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h

2024-10-07 Thread Wei Liu
On Thu, Oct 03, 2024 at 12:51:00PM -0700, Nuno Das Neves wrote: > This definition is in the wrong file; it is part of the TLFS doc. > > Signed-off-by: Nuno Das Neves Acked-by: Wei Liu