From patchwork Fri Sep 9 09:24:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 114027 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6B518B708F for ; Fri, 9 Sep 2011 19:24:46 +1000 (EST) Received: from localhost ([::1]:42237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1xKF-0001Q7-LX for incoming@patchwork.ozlabs.org; Fri, 09 Sep 2011 05:24:43 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1xJx-0001BT-SZ for qemu-devel@nongnu.org; Fri, 09 Sep 2011 05:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1xJv-0005TA-C5 for qemu-devel@nongnu.org; Fri, 09 Sep 2011 05:24:25 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:45545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1xJv-0005SO-4u for qemu-devel@nongnu.org; Fri, 09 Sep 2011 05:24:23 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p899OJDn005187 for ; Fri, 9 Sep 2011 09:24:20 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p899OJrW2195600 for ; Fri, 9 Sep 2011 10:24:19 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p899OJxT004906 for ; Fri, 9 Sep 2011 03:24:19 -0600 Received: from stefanha-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-30.manchester-maybrook.uk.ibm.com [9.174.219.30]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p899OIqS004851; Fri, 9 Sep 2011 03:24:18 -0600 From: Stefan Hajnoczi To: Date: Fri, 9 Sep 2011 10:24:10 +0100 Message-Id: <1315560255-25009-4-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1315560255-25009-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1315560255-25009-1-git-send-email-stefanha@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.161 Cc: Anthony Liguori , Markus Armbruster , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 3/8] docs: Fix qdev-device-use.txt typo in -chardev serial, path=COM X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Markus Armbruster Signed-off-by: Markus Armbruster Signed-off-by: Stefan Hajnoczi --- docs/qdev-device-use.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 057c322..136d271 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -208,7 +208,7 @@ LEGACY-CHARDEV translates to -chardev HOST-OPTS... as follows: * con: becomes -chardev console -* COM becomes -chardev serial,path= +* COM becomes -chardev serial,path=COM * file:FNAME becomes -chardev file,path=FNAME