[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/12] SUPPORT.md: write down restriction of 32-bit tool stacks
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 25 Jun 2021 15:24:02 +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-SenderADCheck; bh=yOEUDOPXWP6D4MKSfHeNrHSH9v7EBiETR03v/53OyJ8=; b=DkvQdKY5QOvoUIfMp7Cr3C/ECtG/D01YORQu1zXRIvDUXSCWa0zsUvbqbSgOeshsUjITpjjPA0fhNDMwOZzUQraqwT4psGcFji4LWpdQDleMxobqfmlifKLBwujBCrEbYtvjhiTeaq7sn0OYjncVSLYGKibwFVlCmRmqSryA5PMVlOMBD3okVByjupOjBRUV5qznSthswg4oByymC+ODsIjs2s2u7GR9Jf14ACmP6wIkL4RQZ8WABHbMIMz15fJ493PzS9cIeQO3h4sPSRPZv9p8hKMb2hA8tRj1wZM4ONzwP20bGw1VRGGVUzo+xpmdTBnyo7YEZkexfnXoU8pq2A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LWNLcs772SYqKrncLypX7Hbq2prV0ORBEEZvLbpiX0bn2lDMC9GFJvebqXumd58bjBtyLFNuum/6MIaq8LU61hN0EbLpDz0JzaP/xpV7JEIdh/VXY8fuHvWkOqfCPp5sQsdBrujTTeE66gmhpBhp7Yk9m/ZXB0HD9qaScWvo7i8yYWxmRzzS5qOIp2Qs63tZCPP19ef1rxo40DZ8cIkFdeQCva/aP+IILy8jHVbotvIJ2l2TEQggSEgEILmRtAMr5nmvxBakIszI91t4Fg9jhmCLn1Lep5dETjjtLm6W2zjl5yxFKfjLtVeTIP1GWzYlJXgpmIgtU2a6stE0GYmarw==
- Authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Fri, 25 Jun 2021 13:24:13 +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>
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -131,6 +131,11 @@ 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 supported in this case. This includes guests giving
+the appearance of being large, by altering their own memory layouts.
+
### xl
Status: Supported
|