All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen: privcmd: Add ioeventfd support
@ 2023-08-29 12:29 Viresh Kumar
  2023-08-29 12:29 ` [PATCH 1/2] xen: evtchn: Allow shared registration of IRQ handers Viresh Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Viresh Kumar @ 2023-08-29 12:29 UTC (permalink / raw)
  To: Juergen Gross, Oleksandr Tyshchenko, Stefano Stabellini
  Cc: Viresh Kumar, Vincent Guittot, Alex Bennée, stratos-dev,
	Erik Schilling, Manos Pitsidianakis, Mathieu Poirier,
	linux-kernel, xen-devel

Hello,

Now that irqfd support (backend to guest interrupt) is already merged, this
series solves the other part of the problem, i.e. ioeventfd (guest to backend
interrupt).

More details inside the commits.

--
Viresh

Viresh Kumar (2):
  xen: evtchn: Allow shared registration of IRQ handers
  xen: privcmd: Add support for ioeventfd

 drivers/xen/Kconfig               |   8 +-
 drivers/xen/events/events_base.c  |   1 +
 drivers/xen/evtchn.c              |   2 +-
 drivers/xen/privcmd.c             | 385 +++++++++++++++++++++++++++++-
 include/uapi/xen/privcmd.h        |  18 ++
 include/xen/interface/hvm/ioreq.h |  51 ++++
 6 files changed, 458 insertions(+), 7 deletions(-)
 create mode 100644 include/xen/interface/hvm/ioreq.h

-- 
2.31.1.272.g89b43f80a514



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

end of thread, other threads:[~2023-10-14 12:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 12:29 [PATCH 0/2] xen: privcmd: Add ioeventfd support Viresh Kumar
2023-08-29 12:29 ` [PATCH 1/2] xen: evtchn: Allow shared registration of IRQ handers Viresh Kumar
2023-09-28 15:33   ` Juergen Gross
2023-08-29 12:29 ` [PATCH 2/2] xen: privcmd: Add support for ioeventfd Viresh Kumar
2023-09-29  5:46   ` Juergen Gross
2023-10-05  6:32     ` Viresh Kumar
2023-10-09  9:40       ` Alex Bennée
2023-10-09 10:53         ` Viresh Kumar
2023-10-09 10:58           ` Juergen Gross
2023-10-05 10:07     ` Viresh Kumar
2023-10-14 12:19   ` [Stratos-dev] " Arnd Bergmann
2023-09-26  7:16 ` [PATCH 0/2] xen: privcmd: Add ioeventfd support Viresh Kumar
2023-09-26  7:17   ` Juergen Gross

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.