All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] 32-bit domU PVH support
@ 2015-06-20  3:09 Boris Ostrovsky
  2015-06-20  3:09 ` [PATCH 1/9] x86/pvh: Don't test 64b-only vcpu_guest_context's fields Boris Ostrovsky
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Boris Ostrovsky @ 2015-06-20  3:09 UTC (permalink / raw)
  To: xen-devel; +Cc: elena.ufimtseva, Boris Ostrovsky, tim, roger.pau

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

Boris Ostrovsky (9):
  x86/pvh: Don't test 64b-only vcpu_guest_context's fields
  x86/pvh: Don't copy to/from trap_ctxt for 32b PVH guests
  x86/pvh: Properly initialize PVH guest's CR3
  x86/compat: Manage argument translation area separately from l4
  x86/pvh: Set PVH guest's mode in XEN_DOMCTL_set_address_size
  x86/pvh: Properly set HYPERVISOR_COMPAT_VIRT_START for PVH guests
  x86/pvh: Handle hypercalls for 32b PVH guests
  x86/pvh: Don't try to get l4 table for PVH guests in
    vcpu_destroy_pagetables()
  libxc/x86/pvh: Allow creation of 32b PVH guests

 tools/libxc/xc_dom_x86.c      |   32 +++++++--------
 xen/arch/x86/domain.c         |   84 ++++++++++++++++++++++++++--------------
 xen/arch/x86/domain_build.c   |    7 +++
 xen/arch/x86/domctl.c         |    9 +++-
 xen/arch/x86/hvm/hvm.c        |   54 +++++++++++++++++++++-----
 xen/arch/x86/hvm/vmx/vmcs.c   |    9 +----
 xen/arch/x86/hvm/vmx/vmx.c    |   17 ++++++++
 xen/arch/x86/mm.c             |    2 +-
 xen/include/asm-x86/hvm/hvm.h |    2 +
 9 files changed, 146 insertions(+), 70 deletions(-)

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

end of thread, other threads:[~2015-06-25  7:37 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-20  3:09 [PATCH 0/9] 32-bit domU PVH support Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 1/9] x86/pvh: Don't test 64b-only vcpu_guest_context's fields Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 2/9] x86/pvh: Don't copy to/from trap_ctxt for 32b PVH guests Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 3/9] x86/pvh: Properly initialize PVH guest's CR3 Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 4/9] x86/compat: Manage argument translation area separately from l4 Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 5/9] x86/pvh: Set PVH guest's mode in XEN_DOMCTL_set_address_size Boris Ostrovsky
2015-06-23 13:22   ` Jan Beulich
2015-06-24  2:53     ` Boris Ostrovsky
2015-06-24  7:57       ` Jan Beulich
2015-06-24 11:42         ` Boris Ostrovsky
2015-06-24 12:10           ` Jan Beulich
2015-06-24 16:21             ` Boris Ostrovsky
2015-06-25  7:37               ` Jan Beulich
2015-06-20  3:09 ` [PATCH 6/9] x86/pvh: Properly set HYPERVISOR_COMPAT_VIRT_START for PVH guests Boris Ostrovsky
2015-06-23 13:25   ` Jan Beulich
2015-06-24  2:55     ` Boris Ostrovsky
2015-06-20  3:09 ` [PATCH 7/9] x86/pvh: Handle hypercalls for 32b " Boris Ostrovsky
2015-06-23 13:35   ` Jan Beulich
2015-06-20  3:09 ` [PATCH 8/9] x86/pvh: Don't try to get l4 table for PVH guests in vcpu_destroy_pagetables() Boris Ostrovsky
2015-06-23 13:38   ` Jan Beulich
2015-06-24  3:05     ` Boris Ostrovsky
2015-06-24  7:58       ` Jan Beulich
2015-06-20  3:09 ` [PATCH 9/9] libxc/x86/pvh: Allow creation of 32b PVH guests Boris Ostrovsky
2015-06-22  8:37   ` Ian Campbell
2015-06-20  3:09 ` [PATCH 1/9] x86/pvh: Don't test 64b-only vcpu_guest_context's fields Boris Ostrovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.