From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDfBP-0000T9-3b for qemu-devel@nongnu.org; Thu, 07 Mar 2013 13:04:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDfBK-0000Qr-C5 for qemu-devel@nongnu.org; Thu, 07 Mar 2013 13:04:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDfBK-0000Qk-4V for qemu-devel@nongnu.org; Thu, 07 Mar 2013 13:04:42 -0500 Date: Thu, 7 Mar 2013 20:04:58 +0200 From: "Michael S. Tsirkin" Message-ID: <20130307180458.GA30633@redhat.com> References: <20130307164812.GA29676@redhat.com> <87r4jr2kdk.fsf@blackfin.pond.sub.org> <87ehfrds8m.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ehfrds8m.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCHv3] qdev: DEVICE_DELETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Eduardo Habkost , libvir-list@redhat.com, Stefan Hajnoczi , qemu-devel@nongnu.org, Markus Armbruster , Gerd Hoffmann , Paolo Bonzini , Luiz Capitulino , Andreas =?iso-8859-1?Q?F=E4rber?= On Thu, Mar 07, 2013 at 11:39:21AM -0600, Anthony Liguori wrote: > Markus Armbruster writes: > > > "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. > > Ack and thanks for pointing this out. Please put a space before the v3 > too. > > Regards, > > Anthony Liguori Do you need me to respin or can you apply this for now? > Recommend to delay the respin until the discussion we're having > > in the v1 thread has run its course.