spapr: Don't use weird units for MIN_RMA_SLOF
commit9943266ec36fec54367085758cd3ee821696a791
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 10 Dec 2019 05:25:04 +0000 (10 16:25 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Mar 2020 22:41:15 +0000 (17 09:41 +1100)
treeb7c303612f69dfd07b1cd6c124ca6ca0182ccbb8
parent4c24a87f662a46264dd73f6dd05a4a0c30b2038b
spapr: Don't use weird units for MIN_RMA_SLOF

MIN_RMA_SLOF records the minimum about of RMA that the SLOF firmware
requires.  It lets us give a meaningful error if the RMA ends up too small,
rather than just letting SLOF crash.

It's currently stored as a number of megabytes, which is strange for global
constants.  Move that megabyte scaling into the definition of the constant
like most other things use.

Change from M to MiB in the associated message while we're at it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/ppc/spapr.c