All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm <kvm@vger.kernel.org>,
	Alex Williamson <alex.williamson@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: [PATCH 0/3] KVM: Improve IRQ assignment for device passthrough
Date: Mon,  1 Nov 2010 15:08:34 +0100	[thread overview]
Message-ID: <cover.1288620511.git.jan.kiszka@web.de> (raw)

Three patches to improve "classic" device assigment /wrt IRQs. Highlight
is the last one that resolves the host IRQ sharing issue for all PCI 2.3
devices. Quite essential when passing non-MSI-ready devices like many
USB host controllers.

Jan Kiszka (3):
  KVM: Fold assigned interrupt work into IRQ handler
  KVM: Clear assigned guest IRQ on release
  KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices

 include/linux/kvm_host.h |    2 +-
 virt/kvm/assigned-dev.c  |  215 ++++++++++++++++++++++++++++++++++------------
 2 files changed, 160 insertions(+), 57 deletions(-)


             reply	other threads:[~2010-11-01 14:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-01 14:08 Jan Kiszka [this message]
2010-11-01 14:08 ` [PATCH 1/3] KVM: Fold assigned interrupt work into IRQ handler Jan Kiszka
2010-11-01 16:34   ` Jan Kiszka
2010-11-01 14:08 ` [PATCH 2/3] KVM: Clear assigned guest IRQ on release Jan Kiszka
2010-11-01 14:08 ` [PATCH 3/3] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices Jan Kiszka
2010-11-01 15:24   ` Michael S. Tsirkin
2010-11-01 15:41     ` Jan Kiszka
2010-11-01 15:52       ` Michael S. Tsirkin
2010-11-01 16:30         ` Jan Kiszka
2010-11-01 17:06           ` Michael S. Tsirkin

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=cover.1288620511.git.jan.kiszka@web.de \
    --to=jan.kiszka@web.de \
    --cc=alex.williamson@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    /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.