|
| From: | Christian Borntraeger |
| Subject: | Re: [PATCH v3 1/1] vl/s390x: fixup ram sizes for compat machines |
| Date: | Thu, 2 Apr 2020 13:32:06 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 02.04.20 13:25, Cornelia Huck wrote:
>>
>> Is the the only thing that blocks this? I would rather try to get this fixed
>> before rc2.
>>
>
> I now have
>
> if (sz != newsz) {
>
> qemu_printf("Ram size %" PRIu64 "MB was fixed up to %" PRIu64
>
> "MB to match machine restrictions. Consider updating "
>
> "the guest definition.\n", (uint64_t) (sz / MiB),
>
> (uint64_t) (newsz / MiB));
>
> }
>
> Opinions?
Looks good to me.
| [Prev in Thread] | Current Thread | [Next in Thread] |