From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDen7-0007yq-9R for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:39:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDen6-0007hz-0G for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:39:41 -0500 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:35447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDen5-0007gh-Ds for qemu-devel@nongnu.org; Thu, 07 Mar 2013 12:39:39 -0500 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Mar 2013 03:37:38 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id C451F2CE804A for ; Fri, 8 Mar 2013 04:39:29 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r27HQflp37945442 for ; Fri, 8 Mar 2013 04:26:42 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r27HdS8h011652 for ; Fri, 8 Mar 2013 04:39:28 +1100 From: Anthony Liguori In-Reply-To: <87r4jr2kdk.fsf@blackfin.pond.sub.org> References: <20130307164812.GA29676@redhat.com> <87r4jr2kdk.fsf@blackfin.pond.sub.org> Date: Thu, 07 Mar 2013 11:39:21 -0600 Message-ID: <87ehfrds8m.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCHv3] qdev: DEVICE_DELETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , "Michael S. Tsirkin" Cc: Kevin Wolf , 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?= 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 Recommend to delay the respin until the discussion we're having > in the v1 thread has run its course.