[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2] docs: correct "gnttab=" documented default
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 1 Mar 2022 10:06:57 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=hiU/P7w+AsXchWwmyxNqYBVb2zOqDmIi1c2BNpDN8n8=; b=QaFnHckwi66g3bf7r3E/gEebp4DXxL+8OKsUG9kfN/+78iicLoa0PfP0kt8CQTz67GzeZ0p71805W7O4zUXy4gA+RaOxc6kyREvNECKqkqpapg0gh2m+AS59eSR0XqsZZ+fM5Ndvy3uuabKGx/68Eaxw1yTmGyybuNZrWzZ4/JEkhKhQINxTG07Kc5Ka8bLzmcWH8CmKOZ1zrY3QLjGzjnJxS+tJNy5r+tpDjLuwlafg4Qn111TrZVU4ysIF4iZR9p32TauJI6nNuCgbzOnbzvG1F65ptqsWm9n1vS7+RWtzh6ZIA/jXxY7U0oeWxfP53lp1zu6l/er98Et7u0HgmQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lzVY3g7SNEC2FzJuBBHsADuFntmAl+NG2lZuOSXXJFW0T9pGOkwqJiy7twaeo6CXlg+cFYww6Sn2cUiAWBpo11S8IG+/O4SGevLyZ1c9CJVgTpQBBoAOQrkRN+EB5qSRr+PhPFh5okWHoPvBSrToDgPCyN25TaHRnFhQ4boDzZz82NUVMpYs2HNAL+nH8VOcVk4NalYnn3W+aPVlwHk4clLK7xvAvRSathU889/Ji3NXwbLrZDxZ87iCin3SXvzlDENK3B+8AcxHs+FTpD2Fpcv/xeYTUGmZSbdPmdKlG0yMzUfPVJvVHXh7VoK7H/Ec72rZTopsB1f0hD9mkAd0CQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Tue, 01 Mar 2022 09:07:09 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Defaults differ for Arm and x86, not the least because of v2 not even
being security supported on Arm.
Also drop a bogus sentence from gnttab_max_maptrack_frames, which was
presumably mistakenly cloned from gnttab_max_frames (albeit even there
what is being said is neither very precise nor very useful imo).
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
---
v2: Split x86 PV and HVM.
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -1177,7 +1177,9 @@ Specify which console gdbstub should use
### gnttab
> `= List of [ max-ver:<integer>, transitive=<bool>, transfer=<bool> ]`
-> Default: `gnttab=max-ver:2,transitive,transfer`
+> Default (Arm): `gnttab=max-ver:1`
+> Default (x86,PV): `gnttab=max-ver:2,transitive,transfer`
+> Default (x86,HVM): `gnttab=max-ver:2,transitive`
Control various aspects of the grant table behaviour available to guests.
@@ -1217,8 +1219,6 @@ Specify the maximum number of frames to
maptrack array. This value is an upper boundary of the per-domain
value settable via Xen tools.
-Dom0 is using this value for sizing its maptrack table.
-
### global-pages
= <boolean>
|