mbox series

[v3,0/5] More Hyper-V infrastructure

Message ID 20200105164801.26278-1-liuwe@microsoft.com (mailing list archive)
Headers show
Series More Hyper-V infrastructure | expand

Message

Wei Liu Jan. 5, 2020, 4:47 p.m. UTC
This patch sereis implements several important functionalities to run
Xen on top of Hyper-V.

See individual patches for more details.

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 (5):
  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/Makefile         |  1 +
 xen/arch/x86/guest/hyperv/hypercall_page.S | 21 +++++
 xen/arch/x86/guest/hyperv/hyperv.c         | 73 ++++++++++++++++-
 xen/include/asm-x86/guest/hyperv-hcall.h   | 95 ++++++++++++++++++++++
 xen/include/asm-x86/guest/hyperv.h         |  6 ++
 5 files changed, 193 insertions(+), 3 deletions(-)
 create mode 100644 xen/arch/x86/guest/hyperv/hypercall_page.S
 create mode 100644 xen/include/asm-x86/guest/hyperv-hcall.h