[bluez/bluez] 294a72: test-runner: use virtio for the default kernel con...
Pauli Virtanen <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <bluez/bluez/push/refs/heads/1130938/[email protected]> |
Branch: refs/heads/1130938
Home: https://github.com/bluez/bluez
Commit: 294a7255707265bba4a97b5ea93c55cf793db826
https://github.com/bluez/bluez/commit/294a7255707265bba4a97b5ea93c55cf793db826
Author: Pauli Virtanen <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M tools/test-runner.c
Log Message:
-----------
test-runner: use virtio for the default kernel console
Serial as console is slow when commands produce large amounts of output,
e.g. for the -d debug option of the testers.
Use virtio console=hvc0 as the console, requiring
CONFIG_VIRTIO_CONSOLE=y which is already in tester config.
For capturing the early boot messages, retain the qemu serial, kernel
will switch to hvc0 during boot when the HVC driver initializes.
For: time tools/test-runner -k ../../linux -- tools/sco-tester -d
Before: real 0m32,094s, After: real 0m8,967s
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications