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

Wei Liu posted 7 patches 4 years, 3 months ago
Failed in applying to current master (apply log)
xen/arch/x86/boot/x86_64.S               |  10 +-
xen/arch/x86/e820.c                      |  41 ++++++--
xen/arch/x86/guest/hyperv/hyperv.c       | 119 ++++++++++++++++++++++-
xen/arch/x86/guest/hyperv/private.h      |  31 ++++++
xen/arch/x86/livepatch.c                 |   3 +-
xen/arch/x86/mm.c                        |   9 ++
xen/arch/x86/smpboot.c                   |   2 +-
xen/arch/x86/xen.lds.S                   |   3 +
xen/include/asm-x86/config.h             |   2 +-
xen/include/asm-x86/fixmap.h             |  28 ++++++
xen/include/asm-x86/guest/hyperv-hcall.h |  98 +++++++++++++++++++
xen/include/asm-x86/guest/hyperv-tlfs.h  |   5 +-
12 files changed, 334 insertions(+), 17 deletions(-)
create mode 100644 xen/arch/x86/guest/hyperv/private.h
create mode 100644 xen/include/asm-x86/guest/hyperv-hcall.h
[Xen-devel] [PATCH v4 0/7] More Hyper-V infrastructure
Posted by Wei Liu 4 years, 3 months ago
This patch sereis implements several important functionalities to run
Xen on top of Hyper-V.

See individual patches for more details. The first patch adds an
executable fixmap facility, which is x86 generic. The rest of the series
is Hyper-V specific.

I've checked the assembly code as well as putting in a test patch to
make sure the hypercall interface is implemented correctly.

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 (7):
  x86: provide executable fixmap facility
  x86/hyperv: setup hypercall page
  x86/hyperv: provide Hyper-V hypercall functions
  DO NOT APPLY: x86/hyperv: issue an hypercall
  x86/hyperv: provide percpu hypercall input page
  x86/hyperv: retrieve vp_index from Hyper-V
  x86/hyperv: setup VP assist page

 xen/arch/x86/boot/x86_64.S               |  10 +-
 xen/arch/x86/e820.c                      |  41 ++++++--
 xen/arch/x86/guest/hyperv/hyperv.c       | 119 ++++++++++++++++++++++-
 xen/arch/x86/guest/hyperv/private.h      |  31 ++++++
 xen/arch/x86/livepatch.c                 |   3 +-
 xen/arch/x86/mm.c                        |   9 ++
 xen/arch/x86/smpboot.c                   |   2 +-
 xen/arch/x86/xen.lds.S                   |   3 +
 xen/include/asm-x86/config.h             |   2 +-
 xen/include/asm-x86/fixmap.h             |  28 ++++++
 xen/include/asm-x86/guest/hyperv-hcall.h |  98 +++++++++++++++++++
 xen/include/asm-x86/guest/hyperv-tlfs.h  |   5 +-
 12 files changed, 334 insertions(+), 17 deletions(-)
 create mode 100644 xen/arch/x86/guest/hyperv/private.h
 create mode 100644 xen/include/asm-x86/guest/hyperv-hcall.h

-- 
2.20.1


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