From nobody Thu May 2 19:37:29 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1506184512909244.8968779411723; Sat, 23 Sep 2017 09:35:12 -0700 (PDT) Received: from localhost ([::1]:35507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvnOJ-0003Uw-RW for importer@patchew.org; Sat, 23 Sep 2017 12:34:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvnNB-00030w-02 for qemu-devel@nongnu.org; Sat, 23 Sep 2017 12:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvnN6-0007gB-3N for qemu-devel@nongnu.org; Sat, 23 Sep 2017 12:33:44 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:51323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvnN5-0007f2-RW for qemu-devel@nongnu.org; Sat, 23 Sep 2017 12:33:40 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id EBE8041C06; Sat, 23 Sep 2017 19:33:35 +0300 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id D7B7D3C3; Sat, 23 Sep 2017 19:33:35 +0300 (MSK) Received: (nullmailer pid 10041 invoked by uid 1000); Sat, 23 Sep 2017 16:33:35 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Date: Sat, 23 Sep 2017 19:33:34 +0300 Message-Id: <20170923163334.9997-1-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 86.62.121.231 Subject: [Qemu-devel] [PATCH] remove trailing whitespace from qemu-options.hx X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tokarev , qemu-trivial@nongnu.orh Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Remove trailing whitespace in qemu-options documentation, as it causes reproducibility issues depending on the echo implementation used by the Makefile. Reported-By: Vagrant Cascadian Signed-off-by: Michael Tokarev Reviewed-by: Stefan Hajnoczi --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 77859a248c..39225ae6c3 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -284,8 +284,8 @@ Set default value of @var{driver}'s property @var{prop}= to @var{value}, e.g.: qemu-system-i386 -global ide-hd.physical_block_size=3D4096 disk-image.img @end example =20 -In particular, you can use this to set driver properties for devices which= are=20 -created automatically by the machine model. To create a device which is no= t=20 +In particular, you can use this to set driver properties for devices which= are +created automatically by the machine model. To create a device which is not created automatically and set properties on it, use -@option{device}. =20 -global @var{driver}.@var{prop}=3D@var{value} is shorthand for -global --=20 2.11.0