qemu: Fixed running QEMU with virtio error reporting
authorCristian Iorga <cristian.iorga@intel.com>
Wed, 3 Oct 2012 12:18:58 +0000 (15:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2012 12:37:03 +0000 (13:37 +0100)
commit2f5a81660f04169effd88d611932010b8f0ba6c4
treea564b6ba1897126bfac2ebd0e3d480d7e47fe724
parent2a2d1ae9ebe9bb251ba1c6a250ded480f0f0137a
qemu: Fixed running QEMU with virtio error reporting

If vhost_net module is not properly installed,
runqemu script will report the error and
provide the user with a link to the guide.
Also corrected small cosmetic issues in
runqemu script messages.
Also removed <> (read/write) check.

Fixes [YOCTO #3184]

(From OE-Core rev: f7365f62325189b0f9a9a1d440f11f2356c8f01d)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu