summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.10.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-20 20:55:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:07:31 +0000
commit6447697a48e3b693ee38806bc2ba07c2a65c2bc8 (patch)
tree120077b7916b6e07feca45577df8a86d21abbbb3 /meta/recipes-devtools/qemu/qemu_2.10.1.bb
parent58af8c2e4bd17692274fc5a6ac8f8af84319fec6 (diff)
downloadopenembedded-core-6447697a48e3b693ee38806bc2ba07c2a65c2bc8.tar.gz
runqemu: Ensure we process all tap devices
The regexp in the script misses some tap devices, e.g. we see output like: runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap25.lock failed: [Errno 11] Resource temporarily unavailable runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap26.lock failed: [Errno 11] Resource temporarily unavailable runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap27.lock failed: [Errno 11] Resource temporarily unavailable runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap28.lock failed: [Errno 11] Resource temporarily unavailable runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap40.lock failed: [Errno 11] Resource temporarily unavailable runqemu - INFO - Acquiring lockfile /tmp/qemu-tap-locks/tap41.lock failed: [Errno 11] Resource temporarily unavailable What happened to tap29 to tap39? The issue is was we were missing devices with '0' in the number, like "10:" and so on in the output from "ip link". Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.10.1.bb')
0 files changed, 0 insertions, 0 deletions