Re: [PATCH RESEND] kunit: qemu_configs: SH: Respect kunit cmdline

2025-04-12 Thread David Gow
On Mon, 7 Apr 2025 at 16:58, Thomas Weißschuh wrote: > > The default SH kunit configuration sets CONFIG_CMDLINE_OVERWRITE which > completely disregards the cmdline passed from the bootloader/QEMU in favor > of the builtin CONFIG_CMDLINE. > However the kunit tool needs to pass arguments to the in-k

[PATCH RESEND] kunit: qemu_configs: SH: Respect kunit cmdline

2025-04-07 Thread Thomas Weißschuh
The default SH kunit configuration sets CONFIG_CMDLINE_OVERWRITE which completely disregards the cmdline passed from the bootloader/QEMU in favor of the builtin CONFIG_CMDLINE. However the kunit tool needs to pass arguments to the in-kernel kunit core, for filters and other runtime parameters. Ena