]> Git Repo - qemu.git/commit
bamboo, sam460ex: Tidy up error message for unsupported RAM size
authorMarkus Armbruster <[email protected]>
Wed, 22 Apr 2020 13:48:14 +0000 (15:48 +0200)
committerMarkus Armbruster <[email protected]>
Wed, 29 Apr 2020 06:01:52 +0000 (08:01 +0200)
commit0f1eddf5ed7e35d8d16dfa042ced1107c762cec4
treeeb87820f3efbbbe3b517ea426478a087cd13ca99
parentf26740c61a57f1a1556f79a49c6863479fe5aa6b
bamboo, sam460ex: Tidy up error message for unsupported RAM size

Improve

    $ ppc-softmmu/qemu-system-ppc -M sam460ex -m 4096
    qemu-system-ppc: Max 1 banks of 2048 ,1024 ,512 ,256 ,128 ,64 ,32 MB DIMM/bank supported
    qemu-system-ppc: Possible valid RAM size: 2048

to

    qemu-system-ppc: at most 1 bank of 2048, 1024, 512, 256, 128, 64, 32 MiB each supported
    Possible valid RAM size: 1024 MiB

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <20200422134815[email protected]>
Reviewed-by: BALATON Zoltan <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
hw/ppc/ppc4xx_devs.c
This page took 0.026398 seconds and 4 git commands to generate.