From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIiZf-0008GK-Bz for qemu-devel@nongnu.org; Tue, 03 Feb 2015 13:51:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIiZb-0008EQ-Eg for qemu-devel@nongnu.org; Tue, 03 Feb 2015 13:51:47 -0500 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:42131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIiZb-0008EJ-7q for qemu-devel@nongnu.org; Tue, 03 Feb 2015 13:51:43 -0500 Received: by mail-we0-f182.google.com with SMTP id l61so46641620wev.13 for ; Tue, 03 Feb 2015 10:51:42 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54D118BA.3020104@redhat.com> Date: Tue, 03 Feb 2015 19:51:38 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1422967705-1374-1-git-send-email-pbonzini@redhat.com> <1422976808.22865.452.camel@redhat.com> <54D0F675.8070000@redhat.com> <1422984376.22865.456.camel@redhat.com> In-Reply-To: <1422984376.22865.456.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vfio: free dynamically-allocated data in instance_finalize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org On 03/02/2015 18:26, Alex Williamson wrote: > Hmm, except qemu segfaults in whatever sanity test/capabilities probing > happens when the VM is first opened. I haven't figured out how to > capture that instance in gdb yet. hw/vfio/common.c changes were missing. :( Will retest and resend tomorrow. Paolo