From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 189716B6F7 for ; Tue, 6 Dec 2016 08:55:21 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id uB68tMVM018455 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK); Tue, 6 Dec 2016 00:55:22 -0800 Received: from ala-blade48.wrs.com (147.11.105.68) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.294.0; Tue, 6 Dec 2016 00:55:21 -0800 From: Robert Yang To: Date: Tue, 6 Dec 2016 00:55:15 -0800 Message-ID: X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 Subject: [PATCH V2 0/6] runqemu: fix for slirp, network device and hostfwd X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 08:55:22 -0000 Content-Type: text/plain * 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 .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