Re: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-03-10 Thread Nuno Das Neves
On 3/7/2025 9:38 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Friday, > February 28, 2025 4:38 PM >> >> On 2/26/2025 3:43 PM, Stanislav Kinsburskii wrote: >>> On Wed, Feb 26, 2025 at 03:08:02PM -0800, Nuno Das Neves wrote: This will handle SYNIC interrupts such as intercepts, doorb

RE: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-03-07 Thread Michael Kelley
From: Nuno Das Neves Sent: Friday, March 7, 2025 3:30 PM > > On 3/7/2025 9:44 AM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Wednesday, > > February 26, 2025 3:08 PM > > > >> > >> This will handle SYNIC interrupts such as intercepts, doorbells, and > >> scheduling messages intended f

Re: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-03-07 Thread Nuno Das Neves
On 3/7/2025 9:44 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Wednesday, > February 26, 2025 3:08 PM > >> >> This will handle SYNIC interrupts such as intercepts, doorbells, and >> scheduling messages intended for the mshv driver. > > Could you provide a bit more detailed commit messa

RE: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-03-07 Thread Michael Kelley
From: Nuno Das Neves Sent: Wednesday, February 26, 2025 3:08 PM > > This will handle SYNIC interrupts such as intercepts, doorbells, and > scheduling messages intended for the mshv driver. Could you provide a bit more detailed commit message? How does the mshv_handler() relate to the vmbus_han

RE: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-03-07 Thread Michael Kelley
From: Nuno Das Neves Sent: Friday, February 28, 2025 4:38 PM > > On 2/26/2025 3:43 PM, Stanislav Kinsburskii wrote: > > On Wed, Feb 26, 2025 at 03:08:02PM -0800, Nuno Das Neves wrote: > >> This will handle SYNIC interrupts such as intercepts, doorbells, and > >> scheduling messages intended for

Re: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-02-28 Thread Nuno Das Neves
On 2/26/2025 3:43 PM, Stanislav Kinsburskii wrote: > On Wed, Feb 26, 2025 at 03:08:02PM -0800, Nuno Das Neves wrote: >> This will handle SYNIC interrupts such as intercepts, doorbells, and >> scheduling messages intended for the mshv driver. >> >> Signed-off-by: Nuno Das Neves >> Reviewed-by: Wei

Re: [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-02-26 Thread Stanislav Kinsburskii
On Wed, Feb 26, 2025 at 03:08:02PM -0800, Nuno Das Neves wrote: > This will handle SYNIC interrupts such as intercepts, doorbells, and > scheduling messages intended for the mshv driver. > > Signed-off-by: Nuno Das Neves > Reviewed-by: Wei Liu > Reviewed-by: Tianyu Lan > --- > arch/x86/kernel/

[PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function

2025-02-26 Thread Nuno Das Neves
This will handle SYNIC interrupts such as intercepts, doorbells, and scheduling messages intended for the mshv driver. Signed-off-by: Nuno Das Neves Reviewed-by: Wei Liu Reviewed-by: Tianyu Lan --- arch/x86/kernel/cpu/mshyperv.c | 9 + drivers/hv/hv_common.c | 5 + include/