mbox series

[kmods,0/4] windows: independent fixes

Message ID 20211002161824.19039-1-dmitry.kozliuk@gmail.com (mailing list archive)
Headers
Series windows: independent fixes |

Message

Dmitry Kozlyuk Oct. 2, 2021, 4:18 p.m. UTC
  Fixes for building with Windows Development Kit 22000.1
and some build configuration cleanup.

Dmitry Kozlyuk (4):
  windows: specify signature hash algorithm
  windows/virt2phys: support only x86 configurations
  windows/virt2phys: change setup class GUID to custom
  windows/virt2phys: add PnpLockdown directive

 windows/netuio/netuio.vcxproj       |   6 ++
 windows/virt2phys/virt2phys.inf     |   3 +-
 windows/virt2phys/virt2phys.vcxproj | 146 ++--------------------------
 3 files changed, 15 insertions(+), 140 deletions(-)
  

Comments

Menon, Ranjit Oct. 8, 2021, 2:06 a.m. UTC | #1
On 10/2/2021 9:18 AM, Dmitry Kozlyuk wrote:
> Fixes for building with Windows Development Kit 22000.1
> and some build configuration cleanup.
>
> Dmitry Kozlyuk (4):
>    windows: specify signature hash algorithm
>    windows/virt2phys: support only x86 configurations
>    windows/virt2phys: change setup class GUID to custom
>    windows/virt2phys: add PnpLockdown directive
>
>   windows/netuio/netuio.vcxproj       |   6 ++
>   windows/virt2phys/virt2phys.inf     |   3 +-
>   windows/virt2phys/virt2phys.vcxproj | 146 ++--------------------------
>   3 files changed, 15 insertions(+), 140 deletions(-)

Acked-by: Ranjit Menon <ranjit.menon@intel.com>
  
Thomas Monjalon Jan. 11, 2022, 1:39 p.m. UTC | #2
08/10/2021 04:06, Menon, Ranjit:
> On 10/2/2021 9:18 AM, Dmitry Kozlyuk wrote:
> > Fixes for building with Windows Development Kit 22000.1
> > and some build configuration cleanup.
> >
> > Dmitry Kozlyuk (4):
> >    windows: specify signature hash algorithm
> >    windows/virt2phys: support only x86 configurations
> >    windows/virt2phys: change setup class GUID to custom
> >    windows/virt2phys: add PnpLockdown directive
> >
> >   windows/netuio/netuio.vcxproj       |   6 ++
> >   windows/virt2phys/virt2phys.inf     |   3 +-
> >   windows/virt2phys/virt2phys.vcxproj | 146 ++--------------------------
> >   3 files changed, 15 insertions(+), 140 deletions(-)
> 
> Acked-by: Ranjit Menon <ranjit.menon@intel.com>

Applied, thanks.