On 06/03/2024 10.54, Zhao Liu wrote:
From: Zhao Liu <zhao1....@intel.com>The support for "parameter=0" SMP configurations is removed, and QEMU returns error for those cases. So add the related test cases to ensure parameters can't accept 0. Signed-off-by: Zhao Liu <zhao1....@intel.com> --- tests/unit/test-smp-parse.c | 92 +++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>