mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/functional: remove unused kernel_command_line
The Alpine test boots from the CDROM so we don't --append a command line. Drop the unused code. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250108121054.1126164-22-alex.bennee@linaro.org>
This commit is contained in:
parent
3b9ec25e48
commit
f2e116184e
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ class Aarch64VirtMachine(QemuSystemTest):
|
|||
|
||||
self.set_machine('virt')
|
||||
self.vm.set_console()
|
||||
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
|
||||
'console=ttyAMA0')
|
||||
self.require_accelerator("tcg")
|
||||
|
||||
self.vm.add_args("-accel", "tcg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue