From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIeVv-0006bY-IU for qemu-devel@nongnu.org; Thu, 21 Mar 2013 08:22:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIeVu-00042o-E9 for qemu-devel@nongnu.org; Thu, 21 Mar 2013 08:22:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIeVu-00042P-6b for qemu-devel@nongnu.org; Thu, 21 Mar 2013 08:22:34 -0400 From: Markus Armbruster References: <0402a5d65ec004df5345d1f736e2ddaa7aee6665.1363633627.git.mst@redhat.com> Date: Thu, 21 Mar 2013 13:22:31 +0100 In-Reply-To: <0402a5d65ec004df5345d1f736e2ddaa7aee6665.1363633627.git.mst@redhat.com> (Michael S. Tsirkin's message of "Thu, 21 Mar 2013 14:07:08 +0200") Message-ID: <87boadrlh4.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v9 1/3] 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 , afaerber@suse.de "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. > > Signed-off-by: Michael S. Tsirkin Acked-by: Markus Armbruster