[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 8/8] SUPPORT.md: write down restriction of 32-bit tool stacks
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 26 Apr 2022 12:27:13 +0200
- 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=lOjHQbvjAHuNhYfaLpMKdkqXrWxqv6HPbYChJwJDg6s=; b=Tm0PVVMHKmQFK701yt4mUv5vTgKqGdesq+YvqpPauhwgkK1kpAs7s790mhHh/cWCQOARrViWPGpg+t0Soa9UwJQAkImAaLJwE/UENTTltLhPZg+w5lABA+IWxaHnQH/7HJ+S1YY1A8FxdC8B7K83CjfbO4y0tSXR+tBQ5qKYYLhhmNlWS1PqYMePEYL3/izTu5mllWh3m7mlJV5TpypicM20FnoYc5YtQUXYLfP+JPAVMQnfH5Jcv4NMdSydOXE8yobbQ/JH4v9mm+DOqGFD10AUysdYWhi7hk8NkURuaX5mtMfg83hEnn2Qu+RaqEn+P4/I9G4DkSffNYJRhZqhwQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a0HCQxy/rwcoRNVQWgX8z16CNC3WzwCyj2163Gs0HBp0Ce0gxIOLNT8OTXXZyvoEhbtCFVH4jWb0WabqQ83hkfHfNwAoBrKB8VtKAFJ4XHnAmyzeACoYAgv/7esL1O3Pj9464fL05vLuFTPMTA4NBbLCNsR2/ydRnWISluHthAQwwy9feRb16YjtyXvFQC6exCGoqRt2tmoDTq+xOaq4Y0j73cLIx4Cx5KO2ZAVfIJXgW5OE3rR3QRNo2TUPjVKXfDIC8m0TegoJmo3m8cRPUU52un1xud5qnNZhii6shMpPv8CvS6BTOvKU2odqQmsZyooiIr/TboQ3PfnHp9tjbw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>, 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, 26 Apr 2022 10:27:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Let's try to avoid giving the impression that 32-bit tool stacks are as
capable as 64-bit ones.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---
v2: Wording adjustments as per review discussion.
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -137,6 +137,12 @@ ARM only has one guest type at the momen
## Toolstack
+While 32-bit builds of the tool stack are generally supported, restrictions
+apply in particular when running on top of a 64-bit hypervisor. For example,
+very large guests aren't expected to be manageable in this case. This includes
+guests giving the appearance of being large, by altering their own memory
+layouts.
+
### xl
Status: Supported
|