All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] x86/pvh: fix fixes for PVH Dom0
@ 2018-10-19 15:20 Roger Pau Monne
  2018-10-19 15:20 ` [PATCH v2 1/7] x86/pvh: fix TSC mode setup " Roger Pau Monne
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Roger Pau Monne @ 2018-10-19 15:20 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:

git://xenbits.xen.org/people/royger/xen.git fixes-pvh-v2

Thanks, Roger.

Roger Pau Monne (7):
  x86/pvh: fix TSC mode setup for PVH Dom0
  x86/hvm: introduce a define for the debug output IO port
  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
  amd/pvh: enable ACPI C1E disable quirk on PVH Dom0

 docs/misc/xen-command-line.markdown | 14 ++++-
 xen/arch/x86/cpu/amd.c              | 13 +++--
 xen/arch/x86/dom0_build.c           | 20 +++++++
 xen/arch/x86/hvm/hvm.c              |  4 +-
 xen/arch/x86/hvm/ioreq.c            |  3 --
 xen/arch/x86/hvm/svm/svm.c          | 21 ++++++++
 xen/arch/x86/time.c                 |  2 +-
 xen/common/domain.c                 |  2 +
 xen/drivers/char/console.c          |  2 +-
 xen/drivers/vpci/header.c           | 84 ++++++++++++++++++-----------
 xen/drivers/vpci/msix.c             | 40 ++++++++++++++
 xen/include/asm-x86/amd.h           |  3 ++
 xen/include/public/arch-x86/xen.h   |  6 +++
 xen/include/xen/vpci.h              | 18 +++----
 14 files changed, 179 insertions(+), 53 deletions(-)

-- 
2.19.1


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

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

end of thread, other threads:[~2018-10-30 11:38 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 15:20 [PATCH v2 0/7] x86/pvh: fix fixes for PVH Dom0 Roger Pau Monne
2018-10-19 15:20 ` [PATCH v2 1/7] x86/pvh: fix TSC mode setup " Roger Pau Monne
2018-10-29 16:44   ` Jan Beulich
2018-10-19 15:20 ` [PATCH v2 2/7] x86/hvm: introduce a define for the debug output IO port Roger Pau Monne
2018-10-29 16:51   ` Jan Beulich
2018-10-30 11:02     ` Roger Pau Monné
2018-10-19 15:20 ` [PATCH v2 3/7] x86/pvh: allow PVH Dom0 to use the debug IO port console Roger Pau Monne
2018-10-29 16:52   ` Jan Beulich
2018-10-29 16:53   ` Andrew Cooper
2018-10-29 17:03     ` Jan Beulich
2018-10-30 11:09       ` Roger Pau Monné
2018-10-19 15:20 ` [PATCH v2 4/7] vpci: fix updating the command register Roger Pau Monne
2018-10-19 15:20 ` [PATCH v2 5/7] vpci: fix execution of long running operations Roger Pau Monne
2018-10-19 15:20 ` [PATCH v2 6/7] vpci/msix: carve p2m hole for MSIX MMIO regions Roger Pau Monne
2018-10-19 15:20 ` [PATCH v2 7/7] amd/pvh: enable ACPI C1E disable quirk on PVH Dom0 Roger Pau Monne
2018-10-19 15:36   ` Wei Liu
2018-10-29 14:19   ` Jan Beulich
2018-10-30 11:00     ` Roger Pau Monné
2018-10-30 11:38       ` Jan Beulich

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.