qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH 4/4] Makefile: explicitly disable -net for our -M virt runs
Date: Thu,  5 Jan 2023 11:00:07 +0000	[thread overview]
Message-ID: <20230105110007.1977399-5-alex.bennee@linaro.org> (raw)
In-Reply-To: <20230105110007.1977399-1-alex.bennee@linaro.org>

At some points in the bisect history this stops the default virtio-net
complaining when it can't find "efi-virtio.rom".

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 6905b8d..a8cae07 100644
--- a/Makefile
+++ b/Makefile
@@ -126,22 +126,22 @@ run-usertest-a64: usertest-a64
 	$(QEMU_AARCH64) usertest-a64
 
 run-systest-a32: systest-a32.axf
-	$(QEMU_SYSTEM_ARM) -M virt --display none --semihosting -kernel $^
+	$(QEMU_SYSTEM_ARM) -M virt -net none --display none --semihosting -kernel $^
 
 run-systest-t32: systest-t32.axf
-	$(QEMU_SYSTEM_ARM) -M virt --display none --semihosting -kernel $^
+	$(QEMU_SYSTEM_ARM) -M virt -net none --display none --semihosting -kernel $^
 
 run-systest-a32-hlt: systest-a32-hlt.axf
-	$(QEMU_SYSTEM_ARM) -M virt --display none --semihosting -kernel $^
+	$(QEMU_SYSTEM_ARM) -M virt -net none --display none --semihosting -kernel $^
 
 run-systest-t32-hlt: systest-t32-hlt.axf
-	$(QEMU_SYSTEM_ARM) -M virt --display none --semihosting -kernel $^
+	$(QEMU_SYSTEM_ARM) -M virt -net none --display none --semihosting -kernel $^
 
 run-systest-t32-bkpt: systest-t32-bkpt.axf
 	$(QEMU_SYSTEM_ARM) -M microbit --display none --semihosting -kernel $^
 
 run-systest-a64: systest-a64.axf
-	$(QEMU_SYSTEM_AARCH64) -M virt --display none --semihosting \
+	$(QEMU_SYSTEM_AARCH64) -M virt -net none --display none --semihosting \
 		-cpu cortex-a57 -kernel $^
 
 run: run-usertest-a32 run-usertest-t32 run-usertest-a64 \
-- 
2.34.1



  parent reply	other threads:[~2023-01-05 11:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 11:00 [PATCH 0/4] Some tweaks for semihosting-tests Alex Bennée
2023-01-05 11:00 ` [PATCH 1/4] semihosting-tests: add timeout support Alex Bennée
2023-01-05 11:00 ` [PATCH 2/4] Makefile: drop microbit.lds from the sources Alex Bennée
2023-01-05 11:00 ` [PATCH 3/4] Makefile: simplify path to QEMU binaries Alex Bennée
2023-01-05 11:00 ` Alex Bennée [this message]
2023-01-05 17:14 ` [PATCH 0/4] Some tweaks for semihosting-tests Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230105110007.1977399-5-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).