Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1574999

[PATCH v3 0/9] PVH v2 support (domU)

From Boris Ostrovsky <boris.ostrovsky@oracle.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/9] PVH v2 support (domU)
Date 2017-02-06 18:10 +0100
Message-ID <t7UXD-7LS-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


PVHv2 support for unprivileged guests.

Changes in v3:
* See patches 4 and 5

Boris Ostrovsky (9):
  x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C
  xen/x86: Remove PVH support
  xen/pvh: Import PVH-related Xen public interfaces
  xen/pvh: Bootstrap PVH guest
  xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI
  xen/pvh: Initialize grant table for PVH guests
  xen/pvh: PVH guests always have PV devices
  xen/pvh: Enable CPU hotplug
  xen/pvh: Use Xen's emergency_restart op for PVH guests

 arch/x86/include/asm/pgtable_32.h      |  32 ++++
 arch/x86/kernel/head32.c               |  62 ++++++++
 arch/x86/kernel/head_32.S              | 121 +-------------
 arch/x86/xen/Kconfig                   |   2 +-
 arch/x86/xen/Makefile                  |   1 +
 arch/x86/xen/enlighten.c               | 279 +++++++++++++++++----------------
 arch/x86/xen/mmu.c                     |  21 +--
 arch/x86/xen/platform-pci-unplug.c     |   4 +-
 arch/x86/xen/setup.c                   |  37 +----
 arch/x86/xen/smp.c                     |  78 ++++-----
 arch/x86/xen/smp.h                     |   8 -
 arch/x86/xen/xen-head.S                |  62 +-------
 arch/x86/xen/xen-ops.h                 |   1 -
 arch/x86/xen/xen-pvh.S                 | 161 +++++++++++++++++++
 drivers/xen/cpu_hotplug.c              |   2 +-
 drivers/xen/events/events_base.c       |   1 -
 drivers/xen/grant-table.c              |   8 +-
 include/xen/interface/elfnote.h        |  12 +-
 include/xen/interface/hvm/hvm_vcpu.h   | 143 +++++++++++++++++
 include/xen/interface/hvm/start_info.h |  98 ++++++++++++
 include/xen/xen.h                      |  12 +-
 21 files changed, 708 insertions(+), 437 deletions(-)
 create mode 100644 arch/x86/xen/xen-pvh.S
 create mode 100644 include/xen/interface/hvm/hvm_vcpu.h
 create mode 100644 include/xen/interface/hvm/start_info.h

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/9] PVH v2 support (domU) Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 6/9] xen/pvh: Initialize grant table for PVH guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 7/9] xen/pvh: PVH guests always have PV devices Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 8/9] xen/pvh: Enable CPU hotplug Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 5/9] xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
    Re: [PATCH v3 5/9] xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC  for SCI Juergen Gross <jgross@suse.com> - 2017-02-07 11:20 +0100
  [PATCH v3 2/9] xen/x86: Remove PVH support Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 9/9] xen/pvh: Use Xen's emergency_restart op for PVH guests Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 1/9] x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
  [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 18:10 +0100
    Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest kbuild test robot <lkp@intel.com> - 2017-02-06 20:40 +0100
      Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-06 21:40 +0100
        Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest Juergen Gross <jgross@suse.com> - 2017-02-07 11:10 +0100
  Re: [PATCH v3 0/9] PVH v2 support (domU) Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-07 18:50 +0100

csiph-web