From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nv9E2-0000af-Cr for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:05:22 -0400 Received: from [140.186.70.92] (port=42397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nv9E0-0000Zu-P6 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nv9Dy-0007oW-00 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:05:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22175) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nv9Dx-0007oK-PG for qemu-devel@nongnu.org; Fri, 26 Mar 2010 09:05:17 -0400 Date: Fri, 26 Mar 2010 10:05:07 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] Re: [PATCH 10/15] virtio-serial: Add QMP events for failed port/device add Message-ID: <20100326100507.43aad915@redhat.com> In-Reply-To: <20100326045607.GJ8111@amit-x200.redhat.com> References: <1269442173-18421-8-git-send-email-amit.shah@redhat.com> <1269442173-18421-9-git-send-email-amit.shah@redhat.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , "Michael S. Tsirkin" , Gerd Hoffmann , Juan Quintela 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. I'd like to avoid over designing.