From patchwork Tue Sep 26 06:09:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 818467 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y1VtP2YDFz9t3x for ; Tue, 26 Sep 2017 16:10:20 +1000 (AEST) Received: from localhost ([::1]:45813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwj4T-00058b-HT for incoming@patchwork.ozlabs.org; Tue, 26 Sep 2017 02:10:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwj44-00058V-2x for qemu-devel@nongnu.org; Tue, 26 Sep 2017 02:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwj3z-0000iG-6y for qemu-devel@nongnu.org; Tue, 26 Sep 2017 02:09:52 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:48701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwj3y-0000ho-W7; Tue, 26 Sep 2017 02:09:47 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 28FBC41F8B; Tue, 26 Sep 2017 09:09:46 +0300 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id DAB0217; Tue, 26 Sep 2017 09:09:45 +0300 (MSK) Received: (nullmailer pid 6007 invoked by uid 1000); Tue, 26 Sep 2017 06:09:45 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Date: Tue, 26 Sep 2017 09:09:44 +0300 Message-Id: <20170926060944.5962-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] qemu-doc.texi: remove trailing whitespace 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: qemu-trivial@nongnu.org, Michael Tokarev Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Reported-By: Vagrant Cascadian Signed-off-by: Michael Tokarev Reviewed-by: Stefan Hajnoczi --- qemu-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index 4076226f39..de23fca9dc 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -105,7 +105,7 @@ QEMU full system emulation has the following features: QEMU uses a full software MMU for maximum portability. @item -QEMU can optionally use an in-kernel accelerator, like kvm. The accelerators +QEMU can optionally use an in-kernel accelerator, like kvm. The accelerators execute most of the guest code natively, while continuing to emulate the rest of the machine.