RE: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-02-04 Thread Michael Kelley
From: Wei Liu Sent: Wednesday, February 3, 2021 6:09 AM > > On Wed, Feb 03, 2021 at 02:49:53PM +0100, Arnd Bergmann wrote: > > On Wed, Feb 3, 2021 at 2:26 PM Wei Liu wrote: > > > On Tue, Feb 02, 2021 at 05:02:48PM +, Wei Liu wrote: > > > > On Tue, Jan 26, 2021 at 01:26:52AM +, Michael

Re: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-02-03 Thread Wei Liu
On Wed, Feb 03, 2021 at 02:49:53PM +0100, Arnd Bergmann wrote: > On Wed, Feb 3, 2021 at 2:26 PM Wei Liu wrote: > > On Tue, Feb 02, 2021 at 05:02:48PM +, Wei Liu wrote: > > > On Tue, Jan 26, 2021 at 01:26:52AM +, Michael Kelley wrote: > > > > From: Wei Liu Sent: Wednesday, January 20,

Re: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-02-03 Thread Arnd Bergmann
On Wed, Feb 3, 2021 at 2:26 PM Wei Liu wrote: > On Tue, Feb 02, 2021 at 05:02:48PM +, Wei Liu wrote: > > On Tue, Jan 26, 2021 at 01:26:52AM +, Michael Kelley wrote: > > > From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 > > > AM > > > > +union hv_device_id { > > > > + u64 as_uint64;

Re: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-02-03 Thread Wei Liu
On Tue, Feb 02, 2021 at 05:02:48PM +, Wei Liu wrote: > On Tue, Jan 26, 2021 at 01:26:52AM +, Michael Kelley wrote: > > From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 AM > > > > > > We will need to identify the device we want Microsoft Hypervisor to > > > manipulate. Introduce the

Re: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-02-02 Thread Wei Liu
On Tue, Jan 26, 2021 at 01:26:52AM +, Michael Kelley wrote: > From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 AM > > > > We will need to identify the device we want Microsoft Hypervisor to > > manipulate. Introduce the data structures for that purpose. > > > > They will be used in a

RE: [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

2021-01-25 Thread Michael Kelley
From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 AM > > We will need to identify the device we want Microsoft Hypervisor to > manipulate. Introduce the data structures for that purpose. > > They will be used in a later patch. > > Signed-off-by: Sunil Muthuswamy > Co-Developed-by: Sunil