From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH] qemu-kvm: fix error handling in msix vector add Date: Mon, 07 Sep 2009 08:05:06 +0100 Message-ID: <1252307106.3056.6.camel@blaa> References: <20090723133413.GA12944@redhat.com> <20090725153052.GB4429@amt.cnet> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: "Michael S. Tsirkin" , avi@redhat.com, kvm@vger.kernel.org, amit.shah@redhat.com To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51890 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219AbZIGHGD (ORCPT ); Mon, 7 Sep 2009 03:06:03 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n87766kR018768 for ; Mon, 7 Sep 2009 03:06:06 -0400 In-Reply-To: <20090725153052.GB4429@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, 2009-07-25 at 12:30 -0300, Marcelo Tosatti wrote: > On Thu, Jul 23, 2009 at 04:34:13PM +0300, Michael S. Tsirkin wrote: > > When adding a vector fails, the used counter should > > not be incremented, otherwise on vector change we will > > try to update the routing entry. > > > > Signed-off-by: Michael S. Tsirkin > > Applied, thanks. We need this on stable-0.11 too. See: https://bugzilla.redhat.com/519787 Thanks, Mark.