[OE-core] [PATCH v2 2/2] runqemu: Fix guest has not initialized error

Alexander Kanavin alex.kanavin at gmail.com
Wed Aug 28 07:55:38 UTC 2019


On Wed, 28 Aug 2019 at 07:46, <shohei.maruyama at cybertrust.co.jp> wrote:

> By default qemu use -device VGA,edid=on but in some case cannot use
> display because of it.
> +            elif arg == 'gtk':
> +                self.qemu_opt_script += ' -device virtio-gpu-pci'
>

This also needs:
a)  '-display gtk, gl=off' should be added explicitly - it is the default
now, but may not be in future qemu versions;
b) the option should be named 'gtk-virtio', as it is important which
emulated video card it is using;
c) the option should be documented at the beginning of runqemu script;
d) like in the previous patch, please first look into why '-vga virtio'
does not work for you;
e) also, if you can, please get to the reason why standard vga does not
work either. It should be working on all qemu variants.

Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190828/5e0a0cc1/attachment.html>


More information about the Openembedded-core mailing list