From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuXHZ-0007h4-B7 for qemu-devel@nongnu.org; Wed, 24 Mar 2010 16:34:29 -0400 Received: from [140.186.70.92] (port=37134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuXHW-0007dC-Br for qemu-devel@nongnu.org; Wed, 24 Mar 2010 16:34:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuXHT-0007V6-Mg for qemu-devel@nongnu.org; Wed, 24 Mar 2010 16:34:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50861) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuXHT-0007Uq-FU for qemu-devel@nongnu.org; Wed, 24 Mar 2010 16:34:23 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2OKYMJt003789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 Mar 2010 16:34:22 -0400 Date: Wed, 24 Mar 2010 17:34:15 -0300 From: Luiz Capitulino Message-ID: <20100324173415.63e31bd0@redhat.com> In-Reply-To: <1269442173-18421-11-git-send-email-amit.shah@redhat.com> References: <1269442173-18421-1-git-send-email-amit.shah@redhat.com> <1269442173-18421-2-git-send-email-amit.shah@redhat.com> <1269442173-18421-3-git-send-email-amit.shah@redhat.com> <1269442173-18421-4-git-send-email-amit.shah@redhat.com> <1269442173-18421-5-git-send-email-amit.shah@redhat.com> <1269442173-18421-6-git-send-email-amit.shah@redhat.com> <1269442173-18421-7-git-send-email-amit.shah@redhat.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 10/15] virtio-serial: Add QMP events for failed port/device add List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Juan Quintela , Gerd Hoffmann , qemu list , "Michael S. Tsirkin" On Wed, 24 Mar 2010 20:19:28 +0530 Amit Shah wrote: > When adding a port or a device to the guest fails, management software > might be interested in knowing and then cleaning up the host-side of the > port. Introduce QMP events to signal such errors. I'm completely unfamiliar with virtio-serial, so let me ask: how are ports added? I'd expect the command performing this operation to fail in this case.