All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] x86/pvh: fix fixes for PVH Dom0
@ 2018-10-09  9:42 Roger Pau Monne
  2018-10-09  9:42 ` [PATCH 1/6] x86/pvh: fix TSC mode setup " Roger Pau Monne
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Roger Pau Monne @ 2018-10-09  9:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne

Hello,

The following series contain miscellaneous fixes for a PVH Dom0. I've
found out this issues while trying to boot on an AMD EPYC box.

The series can be found on my git repo on top of "x86/vtd: fix
iommu_share_p2m_table":

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

Thanks, Roger.

Roger Pau Monne (6):
  x86/pvh: fix TSC mode setup for PVH Dom0
  x86/dom0: switch parse_dom0_param to use parse_boolean
  x86/pvh: allow PVH Dom0 to use the debug IO port console
  vpci: fix updating the command register
  vpci: fix execution of long running operations
  vpci/msix: carve p2m hole for MSIX MMIO regions

 docs/misc/xen-command-line.markdown | 11 ++++++++
 xen/arch/x86/dom0_build.c           | 22 +++++++++++++---
 xen/arch/x86/hvm/ioreq.c            |  6 ++---
 xen/arch/x86/time.c                 |  2 +-
 xen/drivers/vpci/header.c           | 30 ++++++++++++++++------
 xen/drivers/vpci/msix.c             | 40 +++++++++++++++++++++++++++++
 xen/include/xen/vpci.h              |  9 ++++---
 7 files changed, 101 insertions(+), 19 deletions(-)

-- 
2.19.0


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

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

end of thread, other threads:[~2018-10-15 15:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09  9:42 [PATCH 0/6] x86/pvh: fix fixes for PVH Dom0 Roger Pau Monne
2018-10-09  9:42 ` [PATCH 1/6] x86/pvh: fix TSC mode setup " Roger Pau Monne
2018-10-12 15:34   ` Jan Beulich
2018-10-13  7:41     ` Roger Pau Monné
2018-10-09  9:42 ` [PATCH 2/6] x86/dom0: switch parse_dom0_param to use parse_boolean Roger Pau Monne
2018-10-12 15:49   ` Jan Beulich
2018-10-09  9:42 ` [PATCH 3/6] x86/pvh: allow PVH Dom0 to use the debug IO port console Roger Pau Monne
2018-10-12 15:55   ` Jan Beulich
2018-10-15 15:15     ` Roger Pau Monné
2018-10-15 12:56   ` Andrew Cooper
2018-10-09  9:42 ` [PATCH 4/6] vpci: fix updating the command register Roger Pau Monne
2018-10-09  9:42 ` [PATCH 5/6] vpci: fix execution of long running operations Roger Pau Monne
2018-10-10  9:09   ` Roger Pau Monné
2018-10-10  9:19     ` Paul Durrant
2018-10-09  9:42 ` [PATCH 6/6] vpci/msix: carve p2m hole for MSIX MMIO regions Roger Pau Monne

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.