[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] SUPPORT.MD: Correct the amount of physical memory supported for Arm
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 27 Apr 2022 15:34:46 +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=hEBStFJ/uoGURVVIk+WdXrlLzR8PNzTyTLMEmgZey2Y=; b=AKucEPcka60mk8ke/bgG9KYBMkfzYTFRHqcBELmQ5BuwB2UGB06XkJYj+7RWNqvJBhsn/kPrbm7nMPnMGcDvonluN3Sv9kEMMwtO1IJASHRhd+JflJ4Xl7Jy3vKjpSde5zUWaAaYDUW2HC+VdqIk/WTTU4SBLYAx9QMUccISVaiG1rhOYr2UyI8eg5uqhanpNegMvHh8nGTbJz5MJIeTV/f8PMdOhWVaXcHygVIwJKSHEuUWWZTDMDe28O16BvlUugYijfcj1ekExxuWYCYw96XbZZgkMF1Y+1//ZUAn84eTxl53ejRiHO9u2q/sZtb6vlXn9v1OJhVFq88UV0lRUg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MPXtkSfrFrk21KAhCqBNWg76LzJabOqfHhILY8G2nRBDlBg6ZJ4SkOM/bIlbKxS0ysjrkgzLm0P4sXutFd3GHsWyeMhhvj7suDrzIBI3oy1SQ3u1dxFE1dowah+CuApaHk/4ldi1LWotg3XUEBolnNXWg4Ea1dUKjhog85ITgO1cZAqIJk364odTHqZFYNUvgtKTFzj5PieYgsLgDRM75DIxX0o0WZrVKAORF6nBSkcj0n7RcmD8gYNyDxB4o1+Fid+RAYHL+qrKlJht/ww1vf2pwnf22SE9vWu2NKs0/mN0yoWbpSgJwT6Q+oNRpLKNBhbiJvJI8HB8I1yrl3wOww==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: bertrand.marquis@xxxxxxx, Julien Grall <jgrall@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 27 Apr 2022 13:35:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 27.04.2022 15:22, Julien Grall wrote:
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -50,9 +50,10 @@ For the Cortex A57 r0p0 - r1p1, see Errata 832075.
>
> ### Physical Memory
>
> - Status: Supported up to 8 TiB
> -
> -Hosts with more memory are supported, but not security supported.
> + Status, x86: Supported up to 8 TiB. Hosts with more memory are
> + supported but not security support.
Nit: "supported" also in the 2nd instance, as it was before. I think
retaining the comma would also be beneficial.
> + Status, Arm32: Supported up to 12 GiB
> + Status, Arm64: Supported up to 2 TiB
This really will need to be ack-ed by an Arm person, so I don't see
value in me providing an ack.
Jan
|