diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/x86/1323 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/x86/1323')
| -rw-r--r-- | results/classifier/118/x86/1323 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/results/classifier/118/x86/1323 b/results/classifier/118/x86/1323 new file mode 100644 index 00000000..61a5ddb7 --- /dev/null +++ b/results/classifier/118/x86/1323 @@ -0,0 +1,47 @@ +x86: 0.949 +graphic: 0.894 +device: 0.873 +architecture: 0.770 +boot: 0.660 +semantic: 0.471 +PID: 0.464 +socket: 0.374 +register: 0.358 +mistranslation: 0.356 +files: 0.329 +permissions: 0.318 +ppc: 0.300 +performance: 0.290 +network: 0.281 +vnc: 0.260 +user-level: 0.257 +peripherals: 0.238 +debug: 0.231 +i386: 0.194 +assembly: 0.192 +risc-v: 0.158 +arm: 0.155 +VMM: 0.149 +TCG: 0.146 +kernel: 0.099 +virtual: 0.054 +hypervisor: 0.049 +KVM: 0.022 + +qemu-system-x86_64: keyboard not available in cd boot menu +Description of problem: +While CD boot menu is shown, no keys input affects the CD boot menu +Steps to reproduce: +1. Execute qemu-system-x86_64 -m 1536 -cdrom openSUSE-Leap-15.3-GNOME-Live-x86_64-Media.iso +2. Wait for boot menu +3. Try to choose entry +Additional information: +Also occurs with other ISOs + + ``` + qemu-system-x86_64 -m 1536 -cdrom debian-10.8.0-amd64-netinst.iso + ``` + +Does not occur with provided edk2 firmware + +Does not occur with QEMU emulator version 7.1.0 |