From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] pci-assign: Fix transition MSI->INTx Date: Fri, 7 Jan 2011 07:59:52 -0200 Message-ID: <20110107095952.GA11685@amt.cnet> References: <4D238B5E.9010102@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63150 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751941Ab1AGLXw (ORCPT ); Fri, 7 Jan 2011 06:23:52 -0500 Content-Disposition: inline In-Reply-To: <4D238B5E.9010102@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 04, 2011 at 10:04:30PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Make sure to re-register the IRQ of an assigned device as INTx when the > guest disables MSI[X] mode again. > > Signed-off-by: Jan Kiszka > --- > hw/device-assignment.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) Applied, thanks.