All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI devices passthrough pre-req patches
@ 2022-02-01 16:25 Oleksandr Andrushchenko
  2022-02-01 16:25 ` [PATCH 1/4] rangeset: add RANGESETF_no_print flag Oleksandr Andrushchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Oleksandr Andrushchenko @ 2022-02-01 16:25 UTC (permalink / raw)
  To: xen-devel
  Cc: julien, sstabellini, oleksandr_tyshchenko, volodymyr_babchuk,
	Artem_Mygaiev, roger.pau, jbeulich, andrew.cooper3, george.dunlap,
	paul, bertrand.marquis, rahul.singh, Oleksandr Andrushchenko

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Hi, all!

While working on vPCI series [1] I have created number of patches that
either add some useful helpers or serve as the ground for the upcoming
vPCI changes or both.

To ease the task of reviewing the bigger vPCI series I am sending these
now with the hope they can be accepted.

I would like to thank Roger and Jan for providing valuable comments and
ideas, some of which have materialized here.

Thank you,
Oleksandr

[1] https://patchwork.kernel.org/project/xen-devel/list/?series=585781

Oleksandr Andrushchenko (3):
  rangeset: add RANGESETF_no_print flag
  rangeset: add rangeset_reset helper function
  vpci: shrink critical section in vpci_{read/write}

Roger Pau Monne (1):
  vpci: move lock outside of struct vpci

 tools/tests/vpci/emul.h       |  5 ++-
 tools/tests/vpci/main.c       |  4 +--
 xen/arch/x86/hvm/vmsi.c       |  8 ++---
 xen/common/rangeset.c         | 11 +++++-
 xen/drivers/passthrough/pci.c |  1 +
 xen/drivers/vpci/header.c     | 21 ++++++++----
 xen/drivers/vpci/msi.c        | 11 ++++--
 xen/drivers/vpci/msix.c       |  8 ++---
 xen/drivers/vpci/vpci.c       | 64 ++++++++++++++++++++++-------------
 xen/include/xen/pci.h         |  1 +
 xen/include/xen/rangeset.h    |  8 +++--
 xen/include/xen/vpci.h        |  3 +-
 12 files changed, 94 insertions(+), 51 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-02-02 11:27 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01 16:25 [PATCH 0/4] PCI devices passthrough pre-req patches Oleksandr Andrushchenko
2022-02-01 16:25 ` [PATCH 1/4] rangeset: add RANGESETF_no_print flag Oleksandr Andrushchenko
2022-02-01 16:25 ` [PATCH 2/4] rangeset: add rangeset_reset helper function Oleksandr Andrushchenko
2022-02-01 17:05   ` Julien Grall
2022-02-01 17:14     ` Oleksandr Andrushchenko
2022-02-01 17:33       ` Julien Grall
2022-02-01 17:39         ` Oleksandr Andrushchenko
2022-02-01 16:25 ` [PATCH 3/4] vpci: shrink critical section in vpci_{read/write} Oleksandr Andrushchenko
2022-02-02  8:44   ` Roger Pau Monné
2022-02-02  9:05     ` Jan Beulich
2022-02-02  9:38       ` Oleksandr Andrushchenko
2022-02-02  9:45         ` Jan Beulich
2022-02-02  9:49           ` Oleksandr Andrushchenko
2022-02-02  9:49       ` Roger Pau Monné
2022-02-01 16:25 ` [PATCH 4/4] vpci: move lock outside of struct vpci Oleksandr Andrushchenko
2022-02-02  9:22   ` Jan Beulich
2022-02-02 11:03     ` Oleksandr Andrushchenko
2022-02-02 11:14       ` Jan Beulich
2022-02-02 11:26         ` Oleksandr Andrushchenko
2022-02-02  9:45   ` Roger Pau Monné
2022-02-02 10:15     ` Oleksandr Andrushchenko
2022-02-02  8:48 ` [PATCH 0/4] PCI devices passthrough pre-req patches Jan Beulich
2022-02-02  9:03   ` Oleksandr Andrushchenko

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.