From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3XTS-0001pe-G2 for qemu-devel@nongnu.org; Thu, 29 Oct 2009 12:03:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3XTN-0001kf-E3 for qemu-devel@nongnu.org; Thu, 29 Oct 2009 12:03:41 -0400 Received: from [199.232.76.173] (port=54141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3XTM-0001kL-Pg for qemu-devel@nongnu.org; Thu, 29 Oct 2009 12:03:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3XTM-0005ip-2w for qemu-devel@nongnu.org; Thu, 29 Oct 2009 12:03:36 -0400 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.13.8/8.13.8) with ESMTP id n9TG3Ykc032560 for ; Thu, 29 Oct 2009 12:03:34 -0400 From: Matthew Booth Date: Thu, 29 Oct 2009 16:03:30 +0000 Message-Id: <1256832211-14532-1-git-send-email-mbooth@redhat.com> Subject: [Qemu-devel] [PATCH] Documentation: Add documentation for -chardev List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com This patch adds documentation for -chardev. Please note that I am not the author of the -chardev code, so please read it carefully!