From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 1/2] fix segfault in msix_save Date: Wed, 1 Jul 2009 15:08:42 +0300 Message-ID: <20090701120842.GB16747@redhat.com> References: <20090701115014.GB16726@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: avi@redhat.com, kvm@vger.kernel.org, kwolf@redhat.com Return-path: Received: from mx2.redhat.com ([66.187.237.31]:37127 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbZGAMJK (ORCPT ); Wed, 1 Jul 2009 08:09: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 n61C9DsQ022489 for ; Wed, 1 Jul 2009 08:09:13 -0400 Content-Disposition: inline In-Reply-To: <20090701115014.GB16726@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 01, 2009 at 02:50:14PM +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 For qemu-kvm, this supercedes e347f89a3d4773dfc22d8874c9906453d54768c7. -- MST