Signed-off-by: Igor Mammedov <imamm...@redhat.com> --- tests/bios-tables-test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c index 670e6a8..1cf6a07 100644 --- a/tests/bios-tables-test.c +++ b/tests/bios-tables-test.c @@ -808,7 +808,8 @@ static void test_acpi_piix4_tcg_cphp(void) data.machine = MACHINE_PC; data.variant = ".cphp"; test_acpi_one("-machine accel=tcg,cpu-hotplug=on" - " -smp 2,cores=3,sockets=2,maxcpus=6", + " -smp 2,cores=3,sockets=2,maxcpus=6" + " -numa node,cpus=0-2 -numa node,cpus=3-5", &data); free_test_data(&data); } @@ -821,7 +822,8 @@ static void test_acpi_q35_tcg_cphp(void) data.machine = MACHINE_Q35; data.variant = ".cphp"; test_acpi_one("-machine q35,accel=tcg,cpu-hotplug=on" - " -smp 2,cores=3,sockets=2,maxcpus=6", + " -smp 2,cores=3,sockets=2,maxcpus=6" + " -numa node,cpus=0-2 -numa node,cpus=3-5", &data); free_test_data(&data); } -- 1.8.3.1