From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v5-light 0/6] KVM: Improve IRQ assignment for device passthrough Date: Wed, 17 Nov 2010 12:56:07 -0200 Message-ID: <20101117145607.GA13132@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Alex Williamson , "Michael S. Tsirkin" To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22981 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932295Ab0KQO4c (ORCPT ); Wed, 17 Nov 2010 09:56:32 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Nov 16, 2010 at 10:30:01PM +0100, Jan Kiszka wrote: > This is the rebased light version of the previous series, i.e. without > PCI-2.3-based IRQ masking or any SRCU conversion. PCI-2.3 support is > under rework to explore options for automatic mode switches. > > Jan Kiszka (6): > KVM: Clear assigned guest IRQ on release > KVM: Switch assigned device IRQ forwarding to threaded handler > KVM: Refactor IRQ names of assigned devices > KVM: Save/restore state of assigned PCI device > KVM: Clean up kvm_vm_ioctl_assigned_device > KVM: Document device assigment API > > Documentation/kvm/api.txt | 178 +++++++++++++++++++++++++++++++++++++++++++++ > include/linux/kvm_host.h | 13 +--- > virt/kvm/assigned-dev.c | 125 ++++++++++++-------------------- > 3 files changed, 227 insertions(+), 89 deletions(-) Applied, thanks.