kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: PPC: Support ioeventfd
@ 2012-10-15 12:02 Alexander Graf
  2012-10-15 12:02 ` [PATCH 1/2] KVM: Distangle eventfd code from irqchip Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Alexander Graf @ 2012-10-15 12:02 UTC (permalink / raw)
  To: KVM list; +Cc: kvm-ppc

In order to support vhost, we need to be able to support ioeventfd.

This patch set adds support for ioeventfd to PPC and makes it possible to
do so without implementing irqfd along the way, as it requires an in-kernel
irqchip which we don't have yet.

Alex

Alexander Graf (2):
  KVM: Distangle eventfd code from irqchip
  KVM: PPC: Support eventfd

 arch/powerpc/kvm/Kconfig   |    1 +
 arch/powerpc/kvm/Makefile  |    4 +++-
 arch/powerpc/kvm/powerpc.c |   17 ++++++++++++++++-
 include/linux/kvm_host.h   |   12 +++++++++++-
 virt/kvm/eventfd.c         |    6 ++++++
 5 files changed, 37 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2012-10-17 17:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 12:02 [PATCH 0/2] KVM: PPC: Support ioeventfd Alexander Graf
2012-10-15 12:02 ` [PATCH 1/2] KVM: Distangle eventfd code from irqchip Alexander Graf
2012-10-16 10:57   ` Avi Kivity
2012-10-16 11:01     ` Alexander Graf
2012-10-15 12:02 ` [PATCH 2/2] KVM: PPC: Support eventfd Alexander Graf
2012-10-16 10:56 ` [PATCH 0/2] KVM: PPC: Support ioeventfd Avi Kivity
2012-10-16 10:59   ` Alexander Graf
2012-10-16 11:01     ` Avi Kivity
2012-10-16 11:06       ` Alexander Graf
2012-10-16 13:47         ` Avi Kivity
2012-10-16 14:49           ` Alexander Graf
2012-10-17 14:50             ` Avi Kivity
2012-10-17 17:23               ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).