On 10/26/21 05:46, Yanan Wang wrote: > Hi, > > This is v3 which introduces an unit test for generic smp_parse. > > We have had enough discussions about what kind of SMP configurations > by the user should be considered valid and what should be invalid. > Since we have finished optimizing the SMP parsing code, then this > test normatively listed all the possible valid/invalid configurations > that the user can provide. This can be a testing tool when we > introduce new topology members and need to touch the parsing code. > > For your reference, some related discussion is here: > https://lore.kernel.org/qemu-devel/[email protected]/ > > Changelog: > v2->v3: > - add Andrew's R-b for PATCH #1 > - drop an unused macro definition in PATCH #2 > - v2: > https://lore.kernel.org/qemu-devel/[email protected]/ > > v1->v2: > - split smp_parse out into a separate .c file instead of a header (patch #1) > - dropped an unnecessary function and add Andrew's R-b (patch #2) > - v1: > https://lore.kernel.org/qemu-devel/[email protected]/ > > Yanan Wang (2): > hw/core/machine: Split out the smp parsing code > tests/unit: Add an unit test for smp parsing
Tested-by: Philippe Mathieu-Daudé <[email protected]>
