Skip to content
Commit 63b880f5 authored by Joel Stanley's avatar Joel Stanley Committed by Patrick Williams
Browse files

aspeed: Support runqemu



 $ runqemu nographic slirp

We require nographic instead of setting -nographic through QB_OPT_APPEND
in order to avoid the serial port being sent to a character device:

   self.qemu_opt += " -serial mon:vc"

We require slirp instead of setting QB_SLIRP_OPT as we are happy with
the default spirp options, we just want to enable slirp instead of the
other networking options that require root access.

Change-Id: I2ad8a8237ad1a0f5fa888991f7f58a6266a58caf
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent b329e7a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment