[Xen-devel] [PATCH 0/8] More Hyper-V infrastructure

Wei Liu posted 8 patches 4 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
xen/arch/x86/guest/hyperv/hyperv.c            | 125 +++++++++++++++++-
xen/include/asm-x86/guest.h                   |   2 +-
xen/include/asm-x86/guest/hyperv-hypercall.h  | 105 +++++++++++++++
xen/include/asm-x86/guest/hyperv.h            |  10 ++
xen/include/asm-x86/guest/pvh-boot.h          |   2 +
.../guest/{hypercall.h => xen-hypercall.h}    |   2 +-
6 files changed, 241 insertions(+), 5 deletions(-)
create mode 100644 xen/include/asm-x86/guest/hyperv-hypercall.h
rename xen/include/asm-x86/guest/{hypercall.h => xen-hypercall.h} (99%)
[Xen-devel] [PATCH 0/8] More Hyper-V infrastructure
Posted by Wei Liu 4 years, 2 months ago
This patch sereis implements several important functionalities to run
Xen on top of Hyper-V.

See individual patches for more details.

I can only test them lightly and look at disassembly output to check
correctness at this stage. At the very last Xen on Hyper-V boots up
okay, so it is not breaking anything.

Wei.


Cc: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Wei Liu <wl@xen.org>
Cc: Roger Pau Monné <roger.pau@citrix.com>
Cc: Michael Kelley <mikelley@microsoft.com>
Cc: Paul Durrant <paul@xen.org>

Wei Liu (8):
  x86: include xen/lib.h in guest/pvh-boot.h
  x86/hyperv: detect absolutely necessary MSRs
  x86: rename guest/hypercall.h to guest/xen-hypercall.h
  x86/hyperv: setup hypercall page
  x86/hyperv: provide Hyper-V hypercall functions
  x86/hyperv: provide percpu hypercall input page
  x86/hyperv: retrieve vp_index from Hyper-V
  x86/hyperv: setup VP assist page

 xen/arch/x86/guest/hyperv/hyperv.c            | 125 +++++++++++++++++-
 xen/include/asm-x86/guest.h                   |   2 +-
 xen/include/asm-x86/guest/hyperv-hypercall.h  | 105 +++++++++++++++
 xen/include/asm-x86/guest/hyperv.h            |  10 ++
 xen/include/asm-x86/guest/pvh-boot.h          |   2 +
 .../guest/{hypercall.h => xen-hypercall.h}    |   2 +-
 6 files changed, 241 insertions(+), 5 deletions(-)
 create mode 100644 xen/include/asm-x86/guest/hyperv-hypercall.h
 rename xen/include/asm-x86/guest/{hypercall.h => xen-hypercall.h} (99%)

-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel