mbox series

[kvm-unit-tests,0/2] riscv: Run with other QEMU models

Message ID 20250221162753.126290-4-andrew.jones@linux.dev (mailing list archive)
Headers show
Series riscv: Run with other QEMU models | expand

Message

Andrew Jones Feb. 21, 2025, 4:27 p.m. UTC
Provide a couple patches allowing a QEMU machine model other than 'virt'
to be used. We just need to be able to override 'virt' in the command
line and it's also nice to be able to specify a different UART address
for any early (pre DT parsing) outputs. 

Andrew Jones (2):
  configure: Allow earlycon for all architectures
  riscv: Introduce MACHINE_OVERRIDE

 configure | 88 +++++++++++++++++++++++++++----------------------------
 riscv/run |  6 ++--
 2 files changed, 47 insertions(+), 47 deletions(-)