Re: [PATCH 2/8] qtest: Set "-net none" in qtest_init()

2022-09-04 Thread Philippe Mathieu-Daudé via
On 2/9/22 18:51, Juan Quintela wrote: This way, we don't have networking by default. If test needs it, configure it. Signed-off-by: Juan Quintela --- tests/qtest/bios-tables-test.c | 2 +- tests/qtest/libqtest.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) Reviewed-by:

[PATCH 2/8] qtest: Set "-net none" in qtest_init()

2022-09-02 Thread Juan Quintela
This way, we don't have networking by default. If test needs it, configure it. Signed-off-by: Juan Quintela --- tests/qtest/bios-tables-test.c | 2 +- tests/qtest/libqtest.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest