From nobody Fri Nov 1 00:36:06 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=git.sr.ht Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1674721914046243.49267618051874; Thu, 26 Jan 2023 00:31:54 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pKxeP-0004O5-Rk; Thu, 26 Jan 2023 03:30:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKsIZ-0007zd-Ga for qemu-devel@nongnu.org; Wed, 25 Jan 2023 21:47:36 -0500 Received: from mail-b.sr.ht ([173.195.146.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKsIW-0002VN-OK for qemu-devel@nongnu.org; Wed, 25 Jan 2023 21:47:35 -0500 Received: from git.sr.ht (unknown [173.195.146.142]) by mail-b.sr.ht (Postfix) with ESMTPSA id C23CD11EEC6; Thu, 26 Jan 2023 02:47:31 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=none From: ~gurjeet Date: Wed, 25 Jan 2023 18:12:05 -0800 Subject: [PATCH qemu 1/1] Remove a stray "@end table" marker Message-ID: <167470125128.13083.10933855577484761075-1@git.sr.ht> X-Mailer: git.sr.ht In-Reply-To: <167470125128.13083.10933855577484761075-0@git.sr.ht> To: qemu-devel@nongnu.org Cc: Gurjeet , Paolo Bonzini , Richard Henderson , Eduardo Habkost Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=173.195.146.151; envelope-from=outgoing@sr.ht; helo=mail-b.sr.ht X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 26 Jan 2023 03:30:28 -0500 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ~gurjeet Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1674721915338100003 From: Gurjeet Singh Signed-off-by: Gurjeet Singh Reviewed-by: Richard Henderson --- docs/system/cpu-models-x86.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x8= 6.rst.inc index 7f6368f999..261da6e21d 100644 --- a/docs/system/cpu-models-x86.rst.inc +++ b/docs/system/cpu-models-x86.rst.inc @@ -25,7 +25,7 @@ Two ways to configure CPU models with QEMU / KVM typically refer to specific generations of hardware released by Intel and AMD. These allow the guest VMs to have a degree of isolation from the host CPU, allowing greater flexibility in live - migrating between hosts with differing hardware. @end table + migrating between hosts with differing hardware. =20 In both cases, it is possible to optionally add or remove individual CPU features, to alter what is presented to the guest by default. --=20 2.34.5