]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed.c
aspeed: Introduce helper for 32-bit hosts limitation
authorCédric Le Goater <clg@kaod.org>
Wed, 28 Jun 2023 16:27:19 +0000 (18:27 +0200)
committerCédric Le Goater <clg@kaod.org>
Fri, 1 Sep 2023 09:40:03 +0000 (11:40 +0200)
commit1e2c22c98fce5c57fbcb179799ff5e4e047e1bd0
tree59f3abe846851209f5535247c8289ab587e7c44b
parent17780edd81d27fcfdb7a802efc870a99788bd2fc
aspeed: Introduce helper for 32-bit hosts limitation

On 32-bit hosts, RAM has a 2047 MB limit. Use a macro to define the
default ram size of machines (AST2600 SoC) that can have 2 GB.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed.c