[Xen-devel] [PATCH 0/2] Hypercall page docs and code cleanup

Andrew Cooper posted 2 patches 4 years, 10 months ago
Failed in applying to current master (apply log)
docs/guest-guide/hypercall-abi.rst | 127 +++++++++++++++++++++++++++++++++++++
docs/guest-guide/index.rst         |  10 +++
docs/index.rst                     |  13 ++++
xen/arch/x86/domain.c              |  14 ++++
xen/arch/x86/domctl.c              |   2 +-
xen/arch/x86/hvm/hvm.c             |   8 +--
xen/arch/x86/hvm/svm/svm.c         |  18 +++---
xen/arch/x86/hvm/vmx/vmx.c         |  18 +++---
xen/arch/x86/pv/dom0_build.c       |   3 +-
xen/arch/x86/pv/hypercall.c        |  63 +++++++++---------
xen/arch/x86/traps.c               |   2 +-
xen/arch/x86/x86_64/traps.c        |  13 ----
xen/include/asm-x86/domain.h       |   2 +-
xen/include/asm-x86/hvm/hvm.h      |   4 +-
xen/include/asm-x86/hypercall.h    |   4 +-
15 files changed, 223 insertions(+), 78 deletions(-)
create mode 100644 docs/guest-guide/hypercall-abi.rst
create mode 100644 docs/guest-guide/index.rst
[Xen-devel] [PATCH 0/2] Hypercall page docs and code cleanup
Posted by Andrew Cooper 4 years, 10 months ago
For the rendered result (along with some other in-progress documentation),
see:

https://andrewcoop-xen.readthedocs.io/en/docs-devel/guest-guide/hypercall-abi.html

Andrew Cooper (2):
  x86: init_hypercall_page() cleanup
  docs: Introduce some hypercall page documentation

 docs/guest-guide/hypercall-abi.rst | 127 +++++++++++++++++++++++++++++++++++++
 docs/guest-guide/index.rst         |  10 +++
 docs/index.rst                     |  13 ++++
 xen/arch/x86/domain.c              |  14 ++++
 xen/arch/x86/domctl.c              |   2 +-
 xen/arch/x86/hvm/hvm.c             |   8 +--
 xen/arch/x86/hvm/svm/svm.c         |  18 +++---
 xen/arch/x86/hvm/vmx/vmx.c         |  18 +++---
 xen/arch/x86/pv/dom0_build.c       |   3 +-
 xen/arch/x86/pv/hypercall.c        |  63 +++++++++---------
 xen/arch/x86/traps.c               |   2 +-
 xen/arch/x86/x86_64/traps.c        |  13 ----
 xen/include/asm-x86/domain.h       |   2 +-
 xen/include/asm-x86/hvm/hvm.h      |   4 +-
 xen/include/asm-x86/hypercall.h    |   4 +-
 15 files changed, 223 insertions(+), 78 deletions(-)
 create mode 100644 docs/guest-guide/hypercall-abi.rst
 create mode 100644 docs/guest-guide/index.rst

-- 
2.1.4


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