From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v5-light 0/6] KVM: Improve IRQ assignment for device passthrough Date: Tue, 16 Nov 2010 20:01:01 -0700 Message-ID: <1289962861.13146.1.camel@x201> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , kvm , "Michael S. Tsirkin" To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17773 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753188Ab0KQDBE (ORCPT ); Tue, 16 Nov 2010 22:01:04 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2010-11-16 at 22:30 +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(-) > Series looks good to me. Acked-by: Alex Williamson