From: Gregory Haskins <ghaskins@novell.com>
To: kvm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, avi@redhat.com
Subject: [KVM PATCH v2 0/4] iosignalfd
Date: Fri, 15 May 2009 12:28:02 -0400 [thread overview]
Message-ID: <20090515162047.26209.93545.stgit@dev.haskins.net> (raw)
[
Applies to kvm.git:833367b57c plus the irqfd patch, v8, as posted here:
http://lkml.org/lkml/2009/5/14/258
]
This is v2 of the series. For more details, please see the header to
patch 4/4.
[
Changelog:
v2:
*) added optional data-matching capability (via cookie field)
*) changed name from iofd to iosignalfd
*) added io_bus unregister function
*) implemented deassign feature
v1:
*) original release (integrated into irqfd v7 series as "iofd")
]
---
Gregory Haskins (4):
kvm: add iosignalfd support
kvm: add io_bus unregister function
kvm: add return value to kvm_io_bus_register_dev
eventfd: export eventfd interfaces for module use
arch/x86/kvm/i8254.c | 7 +-
arch/x86/kvm/i8259.c | 5 +
fs/eventfd.c | 3 +
include/linux/kvm.h | 15 ++++
include/linux/kvm_host.h | 10 ++-
virt/kvm/coalesced_mmio.c | 4 +
virt/kvm/eventfd.c | 154 +++++++++++++++++++++++++++++++++++++++++++++
virt/kvm/ioapic.c | 4 +
virt/kvm/kvm_main.c | 62 ++++++++++++++++--
9 files changed, 249 insertions(+), 15 deletions(-)
--
Signature
next reply other threads:[~2009-05-15 16:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-15 16:28 Gregory Haskins [this message]
2009-05-15 16:28 ` [KVM PATCH v2 1/4] eventfd: export eventfd interfaces for module use Gregory Haskins
2009-05-15 16:28 ` [KVM PATCH v2 2/4] kvm: add return value to kvm_io_bus_register_dev Gregory Haskins
2009-05-17 20:10 ` Avi Kivity
2009-05-18 2:31 ` Gregory Haskins
2009-05-15 16:28 ` [KVM PATCH v2 3/4] kvm: add io_bus unregister function Gregory Haskins
2009-05-15 16:28 ` [KVM PATCH v2 4/4] kvm: add iosignalfd support Gregory Haskins
2009-05-17 20:15 ` Avi Kivity
2009-05-18 2:37 ` Gregory Haskins
2009-05-15 16:35 ` [KVM PATCH v2 0/4] iosignalfd Gregory Haskins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090515162047.26209.93545.stgit@dev.haskins.net \
--to=ghaskins@novell.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.