From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: Fix INTx assigned device can't work bug Date: Wed, 25 Nov 2009 11:00:54 -0200 Message-ID: <20091125130054.GA5007@amt.cnet> References: <1259057862-28514-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, Gerd Hoffmann To: Sheng Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32299 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934621AbZKYNDb (ORCPT ); Wed, 25 Nov 2009 08:03:31 -0500 Content-Disposition: inline In-Reply-To: <1259057862-28514-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Nov 24, 2009 at 06:17:42PM +0800, Sheng Yang wrote: > Commit 6b5bbd04 "qdev-ify device assignment" forgot to put assigned devices > to "devs" list. So when IRQ routing changed in pci configure space, calling to > assigned_dev_update_irqs() won't update device guest IRQ, then assigned INTx > devices fail to work. > > (OK, I am now aware of the fact that people don't use INTx these days...) Applied, thanks.