All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] x86/pci: reduce PCI accesses
@ 2025-03-11 12:06 Roger Pau Monne
  2025-03-11 12:06 ` [PATCH v4 1/3] x86/vmx: fix posted interrupts usage of msi_desc->msg field Roger Pau Monne
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Roger Pau Monne @ 2025-03-11 12:06 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Ross Lagerwall

Hello,

Patches 1 and 2 are new bugfixes in this version.  Patch 3 is still
mostly as v3, just with the extra logic to ensure vmx_pi_update_irte()
correctness.

Thanks, Roger.

Roger Pau Monne (3):
  x86/vmx: fix posted interrupts usage of msi_desc->msg field
  x86/hvm: check return code of hvm_pi_update_irte when binding
  x86/iommu: avoid MSI address and data writes if IRT index hasn't
    changed

 xen/arch/x86/hpet.c                      |  6 +++++-
 xen/arch/x86/hvm/vmx/vmx.c               | 20 +++++++++++++++++++-
 xen/arch/x86/include/asm/msi.h           |  2 +-
 xen/arch/x86/msi.c                       | 11 ++++++-----
 xen/drivers/passthrough/amd/iommu_intr.c |  4 ++--
 xen/drivers/passthrough/vtd/intremap.c   |  4 +++-
 xen/drivers/passthrough/x86/hvm.c        | 10 +++++++++-
 xen/include/xen/iommu.h                  |  6 ++++++
 8 files changed, 51 insertions(+), 12 deletions(-)

-- 
2.48.1



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

end of thread, other threads:[~2025-03-11 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 12:06 [PATCH v4 0/3] x86/pci: reduce PCI accesses Roger Pau Monne
2025-03-11 12:06 ` [PATCH v4 1/3] x86/vmx: fix posted interrupts usage of msi_desc->msg field Roger Pau Monne
2025-03-11 13:10   ` Jan Beulich
2025-03-11 14:15     ` Roger Pau Monné
2025-03-11 15:27   ` [PATCH v5 " Roger Pau Monne
2025-03-11 15:46     ` Jan Beulich
2025-03-11 12:06 ` [PATCH v4 2/3] x86/hvm: check return code of hvm_pi_update_irte when binding Roger Pau Monne
2025-03-11 13:17   ` Jan Beulich
2025-03-11 12:06 ` [PATCH v4 3/3] x86/iommu: avoid MSI address and data writes if IRT index hasn't changed 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.