All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v12 0/3] Support hiding capability when its initialization fails
@ 2025-12-08  8:18 Jiqian Chen
  2025-12-08  8:18 ` [RESEND PATCH v12 1/3] vpci/rebar: Implement cleanup function for Rebar Jiqian Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jiqian Chen @ 2025-12-08  8:18 UTC (permalink / raw)
  To: xen-devel; +Cc: Huang Rui, Jiqian Chen, Roger Pau Monné

Hi,

Re-send to review since last send didn't get response and passed months.

This series is to
emulate extended capability list for dom0;
hide legacy and extended capability when its initialization fails;
above two parts had been merged.
remove all related registers and other resources when initializing capability fails, including patch Rebar #1, MSI #2, MSIX #3.

Best regards,
Jiqian Chen.
---
cc: "Roger Pau Monné" <roger.pau@citrix.com>
---
Jiqian Chen (3):
  vpci/rebar: Implement cleanup function for Rebar
  vpci/msi: Implement cleanup function for MSI
  vpci/msix: Implement cleanup function for MSI-X

 xen/drivers/vpci/msi.c   | 55 ++++++++++++++++++++++++++++++++++++++-
 xen/drivers/vpci/msix.c  | 44 ++++++++++++++++++++++++++++++-
 xen/drivers/vpci/rebar.c | 56 +++++++++++++++++++++++++++++++++-------
 xen/drivers/vpci/vpci.c  |  9 -------
 4 files changed, 144 insertions(+), 20 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2026-01-21  9:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08  8:18 [RESEND PATCH v12 0/3] Support hiding capability when its initialization fails Jiqian Chen
2025-12-08  8:18 ` [RESEND PATCH v12 1/3] vpci/rebar: Implement cleanup function for Rebar Jiqian Chen
2026-01-20 17:31   ` Roger Pau Monné
2025-12-08  8:18 ` [RESEND PATCH v12 2/3] vpci/msi: Implement cleanup function for MSI Jiqian Chen
2026-01-21  8:56   ` Roger Pau Monné
2026-01-21  9:17     ` Chen, Jiqian
2025-12-08  8:18 ` [RESEND PATCH v12 3/3] vpci/msix: Implement cleanup function for MSI-X Jiqian Chen
2026-01-21  9:25   ` Roger Pau Monné
2026-01-21  9:33     ` Chen, Jiqian

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.