From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww7G7-00016f-9Y for qemu-devel@nongnu.org; Sun, 15 Jun 2014 06:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ww7Fy-0005xV-Nh for qemu-devel@nongnu.org; Sun, 15 Jun 2014 06:01:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww7Fy-0005xQ-FH for qemu-devel@nongnu.org; Sun, 15 Jun 2014 06:01:46 -0400 Date: Sun, 15 Jun 2014 13:02:12 +0300 From: "Michael S. Tsirkin" Message-ID: <20140615100212.GA11383@redhat.com> References: <1402491129-21933-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1402491129-21933-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qdev: fix pci use-after-free List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, afaerber@suse.de On Wed, Jun 11, 2014 at 02:52:07PM +0200, Paolo Bonzini wrote: > See "Use-after-free during unrealize in system_reset" thread > and individual patches. > > Paolo As this is blocking testing of hotplug, I applied this on the pci tree. Thanks! > Paolo Bonzini (2): > qdev: reorganize error reporting in bus_set_realized > qdev: recursively unrealize devices when unrealizing bus > > hw/core/qdev.c | 27 +++++++++++++++------------ > 1 file changed, 15 insertions(+), 12 deletions(-) > > -- > 1.8.3.1