From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHOS-0002ok-5R for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:38:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtHOQ-0004Kt-La for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:38:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHOQ-0004Kj-Db for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:37:58 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0ACbvdU008709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Jan 2013 07:37:57 -0500 Message-ID: <50EEB623.2070609@redhat.com> Date: Thu, 10 Jan 2013 13:37:55 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1357566928-25361-1-git-send-email-kraxel@redhat.com> <1357566928-25361-9-git-send-email-kraxel@redhat.com> <50EE9A35.3080501@redhat.com> <50EEA06B.9070200@redhat.com> In-Reply-To: <50EEA06B.9070200@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/11] chardev: add serial chardev support to chardev-add (qmp) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Hi, >> Can we just use one name, either tty or serial? Ah, after reading the parport patch comment I think I understand what you suggest: (1) Standardize on 'serial' + 'parallel' on the new qmp interface. (2) Support these names on -chardev too. (3) Alias the old names to the new ones for -chardev for backward compatibility. correct? cheers, Gerd