From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDeYd-0000bH-78 for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:24:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDeYc-0001wH-1X for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:24:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDeYb-0001w5-QE for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:24:41 -0500 From: Markus Armbruster References: <20130307164812.GA29676@redhat.com> Date: Thu, 07 Mar 2013 18:24:39 +0100 In-Reply-To: <20130307164812.GA29676@redhat.com> (Michael S. Tsirkin's message of "Thu, 7 Mar 2013 18:48:12 +0200") Message-ID: <87r4jr2kdk.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCHv3] qdev: DEVICE_DELETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , Anthony Liguori , Eduardo Habkost , libvir-list@redhat.com, Stefan Hajnoczi , qemu-devel@nongnu.org, Luiz Capitulino , Gerd Hoffmann , Paolo Bonzini , Andreas =?utf-8?Q?F=C3=A4rber?= "Michael S. Tsirkin" writes: > libvirt has a long-standing bug: when removing the device, > it can request removal but does not know when the > removal completes. Add an event so we can fix this in a robust way. This is *v4*. I think you should respin to avoid confusing Anthony's tools. Recommend to delay the respin until the discussion we're having in the v1 thread has run its course.