All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] test-runner: Increase amount of RAM available in VM
@ 2025-02-12 13:52 Arkadiusz Bokowy
  2025-02-12 13:52 ` [PATCH 2/4] test-runner: Remove the "-nographic" option passed to QEMU Arkadiusz Bokowy
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arkadiusz Bokowy @ 2025-02-12 13:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arkadiusz Bokowy

When using default kernel configuration from Ubuntu 24.04 patched with
the configuration from tester.config, the kernel image is too big to run
on 192M bytes of RAM. As a result the test-runner exits without any
message (because of the "quite" kernel command line option).
---
 tools/test-runner.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-runner.c b/tools/test-runner.c
index cd8b86d7a..77c89f3f9 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -211,7 +211,7 @@ static char *const qemu_argv[] = {
 	"-monitor", "none",
 	"-display", "none",
 	"-machine", "type=q35,accel=kvm:tcg",
-	"-m", "192M",
+	"-m", "256M",
 	"-nographic",
 	"-net", "none",
 	"-no-reboot",
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-13 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 13:52 [PATCH 1/4] test-runner: Increase amount of RAM available in VM Arkadiusz Bokowy
2025-02-12 13:52 ` [PATCH 2/4] test-runner: Remove the "-nographic" option passed to QEMU Arkadiusz Bokowy
2025-02-12 15:46   ` Luiz Augusto von Dentz
2025-02-12 13:52 ` [PATCH 3/4] test-runner: Do not use short-form of readonly option Arkadiusz Bokowy
2025-02-12 13:52 ` [PATCH 4/4] test-runner: Use host CPU when starting VM Arkadiusz Bokowy
2025-02-12 16:34 ` [1/4] test-runner: Increase amount of RAM available in VM bluez.test.bot
2025-02-13 18:40 ` [PATCH 1/4] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.