All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Fix PCI passthrough for HVM with stubdomain
@ 2019-01-26  2:31 Marek Marczykowski-Górecki
  2019-01-26  2:31 ` [PATCH v3 1/6] libxl: do not attach xen-pciback to HVM domain, if stubdomain is in use Marek Marczykowski-Górecki
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Marek Marczykowski-Górecki @ 2019-01-26  2:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Marek Marczykowski-Górecki

In this version, I add PHYSDEVOP_msi_msix_set_enable to allow stubdomain
enabling MSI after mapping it. This patch is rather RFC and probably will
need adjustments (see comments after commit message there), if physdevop will
be the way to go.

Related article:
https://www.qubes-os.org/news/2017/10/18/msi-support/

Changes in v2:
 - new "xen/x86: Allow stubdom access to irq created for msi" patch
 - applied review comments from v1
Changes is v3:
 - apply suggestions by Roger
 - add PHYSDEVOP_msi_msix_set_enable

Marek Marczykowski-Górecki (5):
  libxl: do not attach xen-pciback to HVM domain, if stubdomain is in use
  libxl: attach PCI device to qemu only after setting pciback/pcifront
  libxl: don't try to manipulate json config for stubdomain
  xen/x86: add PHYSDEVOP_msi_msix_set_enable
  tools/libxc: add wrapper for PHYSDEVOP_msi_msix_set_enable

Simon Gaiser (1):
  xen/x86: Allow stubdom access to irq created for msi.

 tools/libxc/include/xenctrl.h |  7 ++++-
 tools/libxc/xc_physdev.c      | 21 ++++++++++++-
 tools/libxl/libxl_pci.c       | 61 ++++++++++++++++++++++++------------
 xen/arch/x86/irq.c            | 23 ++++++++++++++-
 xen/arch/x86/msi.c            | 16 +++++++++-
 xen/arch/x86/physdev.c        | 33 +++++++++++++++++++-
 xen/include/asm-x86/msi.h     |  1 +-
 xen/include/public/physdev.h  | 13 ++++++++-
 8 files changed, 155 insertions(+), 20 deletions(-)

base-commit: 93a62c544e20ba9e141e411bbaae3d65259d13a3
-- 
git-series 0.9.1

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

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

end of thread, other threads:[~2019-02-01 21:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26  2:31 [PATCH v3 0/6] Fix PCI passthrough for HVM with stubdomain Marek Marczykowski-Górecki
2019-01-26  2:31 ` [PATCH v3 1/6] libxl: do not attach xen-pciback to HVM domain, if stubdomain is in use Marek Marczykowski-Górecki
2019-01-28 14:24   ` Wei Liu
2019-01-26  2:31 ` [PATCH v3 2/6] libxl: attach PCI device to qemu only after setting pciback/pcifront Marek Marczykowski-Górecki
2019-01-28 14:24   ` Wei Liu
2019-01-26  2:31 ` [PATCH v3 3/6] libxl: don't try to manipulate json config for stubdomain Marek Marczykowski-Górecki
2019-01-28 14:41   ` Wei Liu
2019-01-28 21:11     ` Marek Marczykowski-Górecki
2019-01-26  2:31 ` [PATCH v3 4/6] xen/x86: Allow stubdom access to irq created for msi Marek Marczykowski-Górecki
2019-01-28 14:50   ` Wei Liu
2019-01-28 20:30     ` Marek Marczykowski-Górecki
2019-01-26  2:31 ` [PATCH v3 5/6] xen/x86: add PHYSDEVOP_msi_msix_set_enable Marek Marczykowski-Górecki
2019-01-28 14:57   ` Wei Liu
2019-01-30 13:51   ` Roger Pau Monné
     [not found]     ` <AE0ECAE80200006E0063616D@prv1-mh.provo.novell.com>
2019-01-30 14:39       ` Jan Beulich
2019-02-01 21:58     ` Daniel De Graaf
2019-01-26  2:31 ` [PATCH v3 6/6] tools/libxc: add wrapper for PHYSDEVOP_msi_msix_set_enable Marek Marczykowski-Górecki
2019-01-28 14:43   ` 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.