From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH 3/3] [RESEND] kvm: qemu: fix double removal of assigned device Date: Fri, 06 Feb 2009 10:16:53 +0000 Message-ID: <1233915413.27709.17.camel@blaa> References: <715D42877B251141A38726ABF5CABF2C01957E5A52@pdsmsx503.ccr.corp.intel.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: "'Avi Kivity'" , "'kvm@vger.kernel.org'" To: "Han, Weidong" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:52268 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753101AbZBFKQ5 (ORCPT ); Fri, 6 Feb 2009 05:16:57 -0500 In-Reply-To: <715D42877B251141A38726ABF5CABF2C01957E5A52@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2009-02-06 at 16:58 +0800, Han, Weidong wrote: > free_assigned_device removes the assigned device from the > list adev_head, needn't remove it in assigned_dev_update_irqs. > > Signed-off-by: Weidong Han Acked-by: Mark McLoughlin Cheers, Mark.