]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: fix permission check of /dev/vhost-net
authorChen Qi <Qi.Chen@windriver.com>
Mon, 10 Aug 2020 06:57:29 +0000 (14:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Aug 2020 19:35:32 +0000 (20:35 +0100)
commit53bdf2d20077921bdf83641c365d60d85174f5b5
treec8e8f77b8056bbb4bb31d1aaaf6fc8a058a32645
parente0657ff13453deedbdcf7c2f8a8854f601c659bd
runqemu: fix permission check of /dev/vhost-net

The code should check /dev/vhost-net instead of /dev/kvm. And
the permission check logically belongs to the part when kvm-vhost
is enabled. Also fix the URL to point to the correct wiki page.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu