From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 1/2] qemu-kvm: msix table update thinko fix Date: Thu, 23 Jul 2009 11:53:13 +0300 Message-ID: <20090723085313.GA10860@redhat.com> References: <20090722144113.GB7942@redhat.com> <20090722201849.GA12201@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com, gleb@redhat.com To: Marcelo Tosatti Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50629 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669AbZGWIyK (ORCPT ); Thu, 23 Jul 2009 04:54:10 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6N8sAFr005619 for ; Thu, 23 Jul 2009 04:54:10 -0400 Content-Disposition: inline In-Reply-To: <20090722201849.GA12201@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 22, 2009 at 05:18:49PM -0300, Marcelo Tosatti wrote: > > On Wed, Jul 22, 2009 at 05:41:13PM +0300, Michael S. Tsirkin wrote: > > over the old one. Current code gets it wrong, and only works because > > it's uncommon for guests to change MSI tables. > > Non-msi case seems to suffer from the same problem? Correct of course. Sent out v2 which fixes non-msi as well. Thanks! -- MST