From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOyyh-0007Sk-Gu for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:08:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOyyc-0007QN-Nb for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:08:19 -0400 Received: from [199.232.76.173] (port=34053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOyyc-0007QG-I7 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:08:14 -0400 Received: from mx2.redhat.com ([66.187.237.31]:55652) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOyyc-0005Ax-14 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:08:14 -0400 Date: Thu, 9 Jul 2009 16:08:01 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCHv5 1/5] qemu/msi: fix segfault in msix_save Message-ID: <20090709160801.657b1838@doriath> In-Reply-To: <20090705125823.GB5417@redhat.com> References: <20090705125823.GB5417@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: kwolf@redhat.com, aliguori@us.ibm.com, kvm@vger.kernel.org, glommer@redhat.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, avi@redhat.com 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.