From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCHv5 1/5] qemu/msi: fix segfault in msix_save Date: Thu, 9 Jul 2009 16:08:01 -0300 Message-ID: <20090709160801.657b1838@doriath> References: <20090705125823.GB5417@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, avi@redhat.com, kvm@vger.kernel.org, aliguori@us.ibm.com, kwolf@redhat.com, glommer@redhat.com, blauwirbel@gmail.com To: "Michael S. Tsirkin" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:34298 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268AbZGITIP (ORCPT ); Thu, 9 Jul 2009 15:08:15 -0400 In-Reply-To: <20090705125823.GB5417@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, 5 Jul 2009 15:58:23 +0300 "Michael S. Tsirkin" wrote: > This fixes segfault reported by Kevin Wolf, > and simplifies the code in msix_save. > > Reported-by: Kevin Wolf > Signed-off-by: Michael S. Tsirkin Any reason on why this wasn't applied yet? Spent some time bisecting this just to find out it's already fixed. I'm unable to migrate w/o this one.