Re: [PATCH] hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*

2024-02-18 Thread Nuno Das Neves
On 2/10/2024 2:37 AM, Michael Kelley wrote: > > Overall, this looks good to me. It cleans up the mess I made five > years ago when first separating x86 from ARM64. :-( > > See one comment below, but otherwise, > > Reviewed-by: Michael Kelley > Thanks! Responded to your comment below. >>

Re: [PATCH 1/6] Drivers: hv: vmbus: Add utility function for querying ring size

2024-02-18 Thread Greg KH
On Sun, Feb 18, 2024 at 12:03:06AM -0800, Saurabh Singh Sengar wrote: > On Sun, Feb 18, 2024 at 08:11:58AM +0100, Greg KH wrote: > > On Sat, Feb 17, 2024 at 10:03:35AM -0800, Saurabh Sengar wrote: > > > Add a function to query for the preferred ring buffer size of VMBus > > > device. > > > > That

Re: [PATCH 0/6] Low speed Hyper-V devices support

2024-02-18 Thread Greg KH
On Sat, Feb 17, 2024 at 11:51:14PM -0800, Saurabh Singh Sengar wrote: > On Sun, Feb 18, 2024 at 08:10:36AM +0100, Greg KH wrote: > > On Sat, Feb 17, 2024 at 10:03:34AM -0800, Saurabh Sengar wrote: > > > Hyper-V is adding multiple low speed "speciality" synthetic devices. > > > Instead of writing a

Re: [PATCH 1/6] Drivers: hv: vmbus: Add utility function for querying ring size

2024-02-18 Thread Saurabh Singh Sengar
On Sun, Feb 18, 2024 at 08:11:58AM +0100, Greg KH wrote: > On Sat, Feb 17, 2024 at 10:03:35AM -0800, Saurabh Sengar wrote: > > Add a function to query for the preferred ring buffer size of VMBus > > device. > > That says what you did, but not why you did it. I thought subsequent patch will make