xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] 32-bit domU PVH support
@ 2015-06-29 20:21 Boris Ostrovsky
  2015-06-29 20:21 ` [PATCH v2 1/4] x86/compat: Test whether guest has 32b shinfo instead of being a PV 32b domain Boris Ostrovsky
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Boris Ostrovsky @ 2015-06-29 20:21 UTC (permalink / raw)
  To: xen-devel
  Cc: elena.ufimtseva, wei.liu2, ian.campbell, andrew.cooper3,
	stefano.stabellini, tim, jbeulich, boris.ostrovsky, ian.jackson,
	roger.pau

Changes in v2:
* Only set domain's has_32bit_shinfo, not is_32bit_pv. This adds patch 1 that
  replaces some of is_pv_32bit_domain()/is_pv_32bit_vcpu()/is_pv_32on64_vcpu()
  tests with has_32bit_shinfo().
  Note that I only replaced what I thought was necessary to boot the guest.
  MCA and tracing might also need similar changes (and maybe something else)
* Set up PVH VCPUs for 64-bit mode (i.e. keep setup the way it is now) and
  change mode to 32-bit later if necessary. (patch 2)
* Minor cleanup in hvm_do_hypercall() (patch 3)
* Drop 2 patches (one that set vstart address to __HYPERVISOR_COMPAT_VIRT_START
  and the other that became unnecessary due to the first change above)

Initial 32-bit PVH support, dom0 will need more work.

Boris Ostrovsky (4):
  x86/compat: Test whether guest has 32b shinfo instead of being a PV
    32b domain
  x86/pvh: Set 32b PVH guest mode in XEN_DOMCTL_set_address_size
  x86/pvh: Handle hypercalls for 32b PVH guests
  libxc/x86/pvh: Allow creation of 32b PVH guests

 tools/libxc/xc_dom_x86.c      | 32 ++++++++++++++----------------
 xen/arch/x86/domain.c         | 30 +++++++++++++---------------
 xen/arch/x86/domctl.c         |  4 ++--
 xen/arch/x86/hvm/hvm.c        | 46 +++++++++++++++++++++++++++++++++++++------
 xen/arch/x86/hvm/vmx/vmcs.c   |  2 +-
 xen/arch/x86/hvm/vmx/vmx.c    | 17 ++++++++++++++++
 xen/common/domctl.c           |  4 ++--
 xen/include/asm-x86/hvm/hvm.h |  2 ++
 8 files changed, 93 insertions(+), 44 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2015-07-09 16:15 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 20:21 [PATCH v2 0/4] 32-bit domU PVH support Boris Ostrovsky
2015-06-29 20:21 ` [PATCH v2 1/4] x86/compat: Test whether guest has 32b shinfo instead of being a PV 32b domain Boris Ostrovsky
2015-07-07  9:11   ` Jan Beulich
2015-07-07 15:46     ` Boris Ostrovsky
2015-07-07 16:15       ` Jan Beulich
2015-07-07 17:13         ` Boris Ostrovsky
2015-07-08  6:48           ` Jan Beulich
2015-07-08 13:59             ` Boris Ostrovsky
2015-07-08 14:08               ` Jan Beulich
2015-07-08 14:40                 ` Boris Ostrovsky
2015-07-08 14:50                   ` Jan Beulich
2015-07-08 20:57                     ` Boris Ostrovsky
2015-07-09  7:02                       ` Jan Beulich
2015-07-09 14:10                         ` Boris Ostrovsky
2015-07-09 14:17                           ` Jan Beulich
2015-07-09 14:30                             ` Boris Ostrovsky
2015-07-09 16:05                               ` Boris Ostrovsky
2015-07-09 16:15                                 ` Jan Beulich
2015-06-29 20:21 ` [PATCH v2 2/4] x86/pvh: Set 32b PVH guest mode in XEN_DOMCTL_set_address_size Boris Ostrovsky
2015-07-07  9:15   ` Jan Beulich
2015-07-07 15:53     ` Boris Ostrovsky
2015-07-07 16:16       ` Jan Beulich
2015-06-29 20:21 ` [PATCH v2 3/4] x86/pvh: Handle hypercalls for 32b PVH guests Boris Ostrovsky
2015-07-07  9:20   ` Jan Beulich
2015-07-07 15:54     ` Boris Ostrovsky
2015-06-29 20:21 ` [PATCH v2 4/4] libxc/x86/pvh: Allow creation of " Boris Ostrovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).