From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] device-assignment: Clear assigned_dev irq type Date: Wed, 30 Jun 2010 13:59:29 -0300 Message-ID: <20100630165929.GD1628@amt.cnet> References: <20100629175103.5078.11134.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, quintela@redhat.com, chrisw@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39556 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754841Ab0F3RDI (ORCPT ); Wed, 30 Jun 2010 13:03:08 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5UH37qK002467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Jun 2010 13:03:07 -0400 Content-Disposition: inline In-Reply-To: <20100629175103.5078.11134.stgit@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jun 29, 2010 at 11:51:54AM -0600, Alex Williamson wrote: > Commit 96abccb5 cleared assigned_irq_data.flags when an irq is disabled, > but what we really want is to clear assigned_dev->irq_requested_type. > > Signed-off-by: Alex Williamson > Found-by: Juan Quintela > --- > > hw/device-assignment.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.