All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] runqemu: fix for slirp, network device and hostfwd
@ 2016-12-06  8:55 Robert Yang
  2016-12-06  8:55 ` [PATCH V2 1/6] scripts/runqemu: fix checking for <file>.cpio.gz Robert Yang
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Robert Yang @ 2016-12-06  8:55 UTC (permalink / raw)
  To: openembedded-core

* V2
  - Add QB_NETWORK_DEVICE to set network device for both slirp and tap,
    the idea is from Randy and Nathan.
  - Use different mac sections for slirp and tap to fix conflicts when
    running both of them on the same host.

* V1
  - Initial version

The following changes since commit 11063a01d4511b2688ea7ba2d7359e4e07328c66:

  ruby: upgrade to 2.3.1 (2016-11-30 15:47:17 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/runqemu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/runqemu

Robert Yang (6):
  scripts/runqemu: fix checking for <file>.cpio.gz
  qemuboot.bbclass: use IMGDEPLOYDIR
  runqemu-export-rootfs: fix inconsistent var names
  runqemu: support mutiple qemus running when nfs
  runqemu: fixes for slirp, network device and hostfwd
  qemuboot.bbclass: add blank lines in comments

 meta/classes/qemuboot.bbclass              |  34 ++++++--
 meta/conf/machine/include/qemuboot-x86.inc |   1 -
 meta/conf/machine/qemuarm64.conf           |   1 -
 scripts/runqemu                            | 133 ++++++++++++++++++++++-------
 scripts/runqemu-export-rootfs              |  21 ++---
 5 files changed, 140 insertions(+), 50 deletions(-)

-- 
2.9.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-01-18  9:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06  8:55 [PATCH V2 0/6] runqemu: fix for slirp, network device and hostfwd Robert Yang
2016-12-06  8:55 ` [PATCH V2 1/6] scripts/runqemu: fix checking for <file>.cpio.gz Robert Yang
2016-12-06  8:55 ` [PATCH V2 2/6] qemuboot.bbclass: use IMGDEPLOYDIR Robert Yang
2016-12-06  8:55 ` [PATCH V2 3/6] runqemu-export-rootfs: fix inconsistent var names Robert Yang
2016-12-06  8:55 ` [PATCH V2 4/6] runqemu: support mutiple qemus running when nfs Robert Yang
2016-12-14  9:45   ` Robert Yang
2016-12-06  8:55 ` [PATCH V2 5/6] runqemu: fixes for slirp, network device and hostfwd Robert Yang
2016-12-07 17:58   ` Randy Witt
2016-12-12  3:31     ` Robert Yang
2016-12-06  8:55 ` [PATCH V2 6/6] qemuboot.bbclass: add blank lines in comments Robert Yang
2016-12-06  9:01 ` [PATCH V2 0/6] runqemu: fix for slirp, network device and hostfwd Robert Yang
2016-12-07 16:50   ` Nathan Rossi
2016-12-21  6:24 ` Robert Yang
2017-01-11  1:47   ` Robert Yang
2017-01-17 13:14     ` Burton, Ross
2017-01-18  9:25       ` Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.