From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nv9YI-0004JD-QL for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:26:18 -0400 Received: from [140.186.70.92] (port=53881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nv9YH-0004IR-Hn for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nv9YG-0001rU-Ag for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:26:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11366) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nv9YG-0001rG-2d for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:26:16 -0400 Date: Fri, 26 Mar 2010 18:54:45 +0530 From: Amit Shah Subject: Re: [Qemu-devel] Re: [PATCH 10/15] virtio-serial: Add QMP events for failed port/device add Message-ID: <20100326132445.GD7039@amit-x200.redhat.com> References: <1269442173-18421-10-git-send-email-amit.shah@redhat.com> <1269442173-18421-11-git-send-email-amit.shah@redhat.com> <20100324173415.63e31bd0@redhat.com> <20100325034717.GA23562@amit-x200.redhat.com> <20100325153406.69fbc717@redhat.com> <20100326011749.GE19308@shareable.org> <20100326020752.GH8111@amit-x200.redhat.com> <20100326040754.GU19308@shareable.org> <20100326045607.GJ8111@amit-x200.redhat.com> <20100326100507.43aad915@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100326100507.43aad915@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu list , "Michael S. Tsirkin" , Gerd Hoffmann , Juan Quintela On (Fri) Mar 26 2010 [10:05:07], Luiz Capitulino wrote: > On Fri, 26 Mar 2010 10:26:07 +0530 > Amit Shah wrote: > > > Also, if it might help, the 'guest device ready' and 'guest port ready' > > QMP events can be sent on success as well (right now they're only sent > > on failure). > > Although this seems to be make, would be good to have clients' writers > feedback on this or wait until this is really needed. Right. Amit