From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv4 0/2] virtio: find_vqs/del_vqs fixes Date: Sun, 26 Jul 2009 18:46:54 +0300 Message-ID: <20090726154654.GA21829@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Christian Borntraeger , virtualization@lists.linux-foundation.org, Anthony Liguori , kvm@vger.kernel.org, avi@redhat.com, Carsten Otte < Return-path: Received: from mx2.redhat.com ([66.187.237.31]:46354 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751544AbZGZPr7 (ORCPT ); Sun, 26 Jul 2009 11:47:59 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Here's a patch series to fix known regressions in virtio_pci, by refactoring code along the lines suggested by Rusty. Changes since v3: whitespace fixed in PATCH 1/2 This is on top of patch virtio: fix memory leak on device removal that has been applied by Rusty. This supercedes patches: [PATCHv3] virtio: recover from vector assignment failure [PATCHv2] virtio: fix double free_irq on device removal Michael S. Tsirkin (2): virtio: make del_vq delete vq from list virtio: refactor find_vqs drivers/virtio/virtio_pci.c | 218 ++++++++++++++++++++++++------------------- 1 files changed, 124 insertions(+), 94 deletions(-)