From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v5-light 0/6] KVM: Improve IRQ assignment for device passthrough Date: Tue, 16 Nov 2010 22:30:01 +0100 Message-ID: Cc: kvm , Alex Williamson , "Michael S. Tsirkin" To: Avi Kivity , Marcelo Tosatti Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:42489 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757700Ab0KPVak (ORCPT ); Tue, 16 Nov 2010 16:30:40 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)