On Mon, Oct 12, 2020 at 12:35 AM Cleber Rosa wrote:
>
> When parsing the topology, the right default value of 1 is given to
> dies, but if an invalid number such as 0 is given, QEMU will crash
> with a floating point exception.
>
> The alternative approach is to silently set dies to a valid value,
When parsing the topology, the right default value of 1 is given to
dies, but if an invalid number such as 0 is given, QEMU will crash
with a floating point exception.
The alternative approach is to silently set dies to a valid value,
as it's done with cores and threads.
Signed-off-by: Cleber Ros