From: Chen Qi <[email protected]> We should provide the user more information if a preconfigured tap is used. This is because the user might have manually set up the tap interface to be used by other qemu binaries.
So at a minimum, we should let the user know how to make runqemu skip that tap interface. [YOCTO #5047] Signed-off-by: Chen Qi <[email protected]> --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 3f8674c..d6ceb28 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -211,7 +211,7 @@ else TAP=$tap fi else - echo "Using preconfigured tap device '$TAP'" + echo "Using preconfigured tap device '$TAP'. If this is not intended, create $LOCKFILE.lock to make runqemu skip $TAP." fi cleanup() { -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
