Skip to content

Commit

Permalink
PCI: hv: Use vPCI protocol version 1.2
Browse files Browse the repository at this point in the history
Update the Hyper-V vPCI driver to use the Server-2016 version of the vPCI
protocol, fixing MSI creation and retargeting issues.

Signed-off-by: Jork Loeser <jloeser@microsoft.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
  • Loading branch information
Jork Loeser authored and Bjorn Helgaas committed Jul 2, 2017
1 parent b1db7e7 commit 7dcf90e
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 54 deletions.
6 changes: 6 additions & 0 deletions arch/x86/include/uapi/asm/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
*/
#define HV_X64_DEPRECATING_AEOI_RECOMMENDED (1 << 9)

/*
* HV_VP_SET available
*/
#define HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED (1 << 11)


/*
* Crash notification flag.
*/
Expand Down
Loading

0 comments on commit 7dcf90e

Please sign in to comment.