* [PATCH] runqemu: Fix guest has not initialized error
@ 2019-08-28 5:07 shohei.maruyama
2019-08-28 5:32 ` ✗ patchtest: failure for " Patchwork
0 siblings, 1 reply; 2+ messages in thread
From: shohei.maruyama @ 2019-08-28 5:07 UTC (permalink / raw)
To: openembedded-core
By default qemu use -device VGA,edid=on but in some case cannot use
display because of it.
---
meta/conf/machine/qemuarm64.conf | 2 +-
scripts/runqemu | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 5c8aac1511..2c6d4dfc98 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -17,7 +17,7 @@ QB_CPU = "-cpu cortex-a57"
# Standard Serial console
QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0"
# For graphics to work we need to define the VGA device as well as the necessary USB devices
-QB_OPT_APPEND = "-show-cursor -device VGA,edid=on"
+QB_OPT_APPEND = "-show-cursor"
QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0"
diff --git a/scripts/runqemu b/scripts/runqemu
index 28ecee97a7..d4ff5b9eb9 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -397,6 +397,8 @@ class BaseConfig(object):
self.kernel_cmdline_script += ' console=ttyS0'
elif arg == 'sdl':
self.qemu_opt_script += ' -display sdl'
+ elif arg == 'gtk':
+ self.qemu_opt_script += ' -device virtio-gpu-pci'
elif arg == 'gtk-gl':
self.qemu_opt_script += ' -device virtio-gpu-pci,virgl=on -display gtk,gl=on'
elif arg == 'gtk-gl-es':
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* ✗ patchtest: failure for runqemu: Fix guest has not initialized error
2019-08-28 5:07 [PATCH] runqemu: Fix guest has not initialized error shohei.maruyama
@ 2019-08-28 5:32 ` Patchwork
0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2019-08-28 5:32 UTC (permalink / raw)
To: shohei.maruyama; +Cc: openembedded-core
== Series Details ==
Series: runqemu: Fix guest has not initialized error
Revision: 1
URL : https://patchwork.openembedded.org/series/19518/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 64f9fd2a1e)
* Patch runqemu: Fix guest has not initialized error
Issue Patch is missing Signed-off-by [test_signed_off_by_presence]
Suggested fix Sign off the patch (either manually or with "git commit --amend -s")
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-28 5:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 5:07 [PATCH] runqemu: Fix guest has not initialized error shohei.maruyama
2019-08-28 5:32 ` ✗ patchtest: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox