All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] xen/pvshim: fixes for staging
@ 2018-01-18 11:02 Roger Pau Monne
  2018-01-18 11:02 ` [PATCH v3 1/7] xen/pvshim: map vcpu_info earlier for APs Roger Pau Monne
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Roger Pau Monne @ 2018-01-18 11:02 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne

Hello,

The following series contain some code and style fixes for the pvshim
(comet) code that has been merged into staging. IMHO patches 1-3 should
be backported to the stable comet branch.

A branch with the series is also available at:

git://xenbits.xen.org/people/royger/xen.git pvshim_fixes_v3

Thanks, Roger.

Roger Pau Monne (7):
  xen/pvshim: map vcpu_info earlier for APs
  xen/pvh: place the trampoline starting at MFN 1
  xen/pvshim: identity pin shim vCPUs to pCPUs
  xen/pvshim: re-order replace_va_mapping code
  xen/pvshim: fix coding style issues
  firmware/shim: fix build process to use POSIX find options
  xen/pvshim: switch shim.c to use typesafe mfn_to_page and virt_to_mfn

 tools/firmware/xen-dir/Makefile |  3 +-
 xen/arch/x86/boot/head.S        |  3 ++
 xen/arch/x86/dom0_build.c       |  5 ++--
 xen/arch/x86/mm.c               |  9 ++++--
 xen/arch/x86/pv/shim.c          | 63 ++++++++++++++++++++---------------------
 xen/arch/x86/smpboot.c          |  6 ++--
 6 files changed, 47 insertions(+), 42 deletions(-)

-- 
2.15.1


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

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

end of thread, other threads:[~2018-01-18 11:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18 11:02 [PATCH v3 0/7] xen/pvshim: fixes for staging Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 1/7] xen/pvshim: map vcpu_info earlier for APs Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 2/7] xen/pvh: place the trampoline starting at MFN 1 Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 3/7] xen/pvshim: identity pin shim vCPUs to pCPUs Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 4/7] xen/pvshim: re-order replace_va_mapping code Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 5/7] xen/pvshim: fix coding style issues Roger Pau Monne
2018-01-18 11:02 ` [PATCH v3 6/7] firmware/shim: fix build process to use POSIX find options Roger Pau Monne
2018-01-18 11:13   ` Ian Jackson
2018-01-18 11:14   ` Wei Liu
2018-01-18 11:02 ` [PATCH v3 7/7] xen/pvshim: switch shim.c to use typesafe mfn_to_page and virt_to_mfn Roger Pau Monne
2018-01-18 11:06   ` Andrew Cooper
2018-01-18 11:12   ` Wei Liu

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.