From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: Re: [PATCH 1/2] fix segfault in msix_save Date: Wed, 01 Jul 2009 14:27:17 +0200 Message-ID: <4A4B5625.7040407@redhat.com> References: <20090701115014.GB16726@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, avi@redhat.com, kvm@vger.kernel.org, aliguori@us.ibm.com To: "Michael S. Tsirkin" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47409 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbZGAM2W (ORCPT ); Wed, 1 Jul 2009 08:28:22 -0400 In-Reply-To: <20090701115014.GB16726@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Michael S. Tsirkin schrieb: > This fixes segfault reported by Kevin Wolf, > and simplifies the code in msix_save. > > Reported-by: Kevin Wolf > Signed-off-by: Michael S. Tsirkin I can confirm that this fixes the segfault for me. Kevin