summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_i386/host_missing/accel_missing/2897
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_i386/host_missing/accel_missing/2897
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/2897')
-rw-r--r--gitlab/issues_text/target_i386/host_missing/accel_missing/289714
1 files changed, 0 insertions, 14 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/2897 b/gitlab/issues_text/target_i386/host_missing/accel_missing/2897
deleted file mode 100644
index 141333761..000000000
--- a/gitlab/issues_text/target_i386/host_missing/accel_missing/2897
+++ /dev/null
@@ -1,14 +0,0 @@
-Can't boot SeaBIOS based VM when using -display gtk, works fine with vnc or sdl
-Description of problem:
-When using -display gtk, SeaBIOS hangs nondeterministicly. Changing to -display sdl or -display vnc lets it boot.
-Steps to reproduce:
-1. Run `qemu-system-x86_64 -display gtk` and the VM will not complete BIOS POST.
-2. Run `qemu-system-x86_64 -display sdl` and the VM will complete BIOS POST.
-Additional information:
-This ONLY happens with SeaBIOS. Using a UEFI BIOS to boot the VM does not cause this issue. 
-
-I realise this is a crazy bug. I suspect that the only way it could have slipped through testing is because it *requires* human interaction.
-
-There is no difference with using --accel kvm or not, but I have provided the smallest possible command line to duplicate the issue, which is literally just `qemu-system-x86_64 -display gtk`
-
-#