Not all QEMU machines support network hardware emulation.
Those machines cannot be run by "runqemu", as network hardware is implicitly
always assumed. Trying to run them using "runqemu" would end up in
raise Exception('Failed to run %s' % cmd)

There is no way to disable network setup using qemuboot.conf nor command line
argument.

The patch for runqemu contains a simple fix that can disable the network using
qemuboot.conf. The patch was written to be as non-invasive as possible,
it should not break anything that is known to work.
(A slightly more complex patch could contain support for command line argument
"nonetwork", similar to "nographic")


Juro Bystricky (1):
  runqemu: allow bypassing of network setup

 scripts/runqemu | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.4

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to