From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgmaV-0006DR-IN for qemu-devel@nongnu.org; Mon, 09 Mar 2009 17:00:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgmaU-0006Cq-KD for qemu-devel@nongnu.org; Mon, 09 Mar 2009 17:00:38 -0400 Received: from [199.232.76.173] (port=48520 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgmaU-0006Ci-ER for qemu-devel@nongnu.org; Mon, 09 Mar 2009 17:00:38 -0400 Received: from mailout.artfiles.de ([80.252.97.80]:55071) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LgmaT-0008PJ-TS for qemu-devel@nongnu.org; Mon, 09 Mar 2009 17:00:38 -0400 Received: from [77.128.26.186] (helo=[192.168.0.4]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1LgmaQ-0001uL-Sq for qemu-devel@nongnu.org; Mon, 09 Mar 2009 22:00:35 +0100 Message-ID: <49B58371.5090803@bttr-software.de> Date: Mon, 09 Mar 2009 22:00:33 +0100 From: Robert Riebisch MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060708030207000608060508" Subject: [Qemu-devel] [PATCH] Make `-icount' help fit 80 chars screen width Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------060708030207000608060508 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On Windows default screen width for the command prompt (A.K.A. "DOS window") is 80 chars. `-icount' help is 87 chars wide. So make it fit. Signed-off-by: Robert Riebisch ----- --- vl.c.orig Sat Mar 07 20:42:18 2009 +++ vl.c Mon Mar 09 21:39:26 2009 @@ -4067,7 +4067,8 @@ "-localtime set the real time clock to local time [default=utc]\n" "-startdate select initial date of the clock\n" "-icount [N|auto]\n" - " enable virtual instruction counter with 2^N clock ticks per instruction\n" + " enable virtual instruction counter with 2^N clock ticks per\n" + " instruction\n" "-echr chr set terminal escape character instead of ctrl-a\n" "-virtioconsole c\n" " set virtio console\n" ----- Robert Riebisch -- BTTR Software http://www.bttr-software.de/ --------------060708030207000608060508 Content-Type: text/plain; name="vl.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vl.c.diff" --- vl.c.orig Sat Mar 07 20:42:18 2009 +++ vl.c Mon Mar 09 21:39:26 2009 @@ -4067,7 +4067,8 @@ "-localtime set the real time clock to local time [default=utc]\n" "-startdate select initial date of the clock\n" "-icount [N|auto]\n" - " enable virtual instruction counter with 2^N clock ticks per instruction\n" + " enable virtual instruction counter with 2^N clock ticks per\n" + " instruction\n" "-echr chr set terminal escape character instead of ctrl-a\n" "-virtioconsole c\n" " set virtio console\n" --------------060708030207000608060508--