summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1801
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/1801
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/1801')
-rw-r--r--results/classifier/zero-shot/108/other/180166
1 files changed, 66 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1801 b/results/classifier/zero-shot/108/other/1801
new file mode 100644
index 000000000..754481a5d
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1801
@@ -0,0 +1,66 @@
+other: 0.643
+performance: 0.636
+graphic: 0.628
+semantic: 0.613
+permissions: 0.605
+debug: 0.587
+device: 0.586
+socket: 0.539
+PID: 0.537
+vnc: 0.525
+boot: 0.451
+network: 0.447
+files: 0.430
+KVM: 0.429
+
+qemu-system-arm: Linux doesn't boot with UEFI (hangs after printing `EFI stub: Exiting boot services... `.)
+Description of problem:
+Ubuntu 23.04 (armhf) doesn't boot with UEFI.
+It hangs after printing `EFI stub: Exiting boot services... `.
+Steps to reproduce:
+```console
+$ qemu-system-arm -machine virt -m 2048 -nographic -bios /usr/local/share/qemu/edk2-arm-code.fd -hda ubuntu-23.04-server-cloudimg-armhf.img -snapshot
+UEFI firmware (version edk2-stable202302-for-qemu built at 17:13:00 on Mar 15 2023)                                                                  
+Error: Image at 000BFD84000 start failed: Not Found                                                                                                  
+Error: Image at 000BFCEE000 start failed: Unsupported                                                                                                
+Error: Image at 000BFC85000 start failed: Not Found                                                                                                  
+Tpm2SubmitCommand - Tcg2 - Not Found                                                                                                                 
+Tpm2GetCapabilityPcrs fail!                                                                                                                          
+Tpm2SubmitCommand - Tcg2 - Not Found                                                                                                                 
+BdsDxe: loading Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)                                                                           
+BdsDxe: starting Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)                                                                          
+EFI stub: Booting Linux Kernel...                                         
+EFI stub: Entering in SVC mode with MMU enabled                  
+EFI stub: Using DTB from configuration table                      
+EFI stub: Exiting boot services... 
+```
+Additional information:
+It still boots when vmlinuz and initrd are directly specified:
+```console
+$ qemu-system-arm -machine virt -m 2048 -nographic -bios /usr/local/share/qemu/edk2-arm-code.fd -hda ubuntu-23.04-server-cloudimg-armhf.img -snapshot -kernel ubuntu-23.04-server-cloudimg-armhf-vmlinuz-lpae -initrd ubuntu-23.04-server-cloudimg-armhf-initrd-generic-lpae -append "root=LABEL=cloudimg-rootfs ro"                                          
+UEFI firmware (version edk2-stable202302-for-qemu built at 17:13:00 on Mar 15 2023)                                                                  
+Error: Image at 000BFD84000 start failed: Not Found                                                                                                  
+Error: Image at 000BFCEE000 start failed: Unsupported                                                                                                
+Tpm2SubmitCommand - Tcg2 - Not Found                                                                                                                 
+Tpm2GetCapabilityPcrs fail!                                               
+Tpm2SubmitCommand - Tcg2 - Not Found                                      
+EFI stub: Booting Linux Kernel...                                                                                                                    
+EFI stub: Entering in SVC mode with MMU enabled                                                                                                      
+EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path                                                                                 
+EFI stub: Using DTB from configuration table                                                                                                         
+EFI stub: Exiting boot services...                                                                                                                   
+[    0.000000] Booting Linux on physical CPU 0x0                                                                                                     
+[    0.000000] Linux version 6.2.0-26-generic-lpae (buildd@bos02-arm64-018) (arm-linux-gnueabihf-gcc-12 (Ubuntu 12.2.0-17ubuntu1) 12.2.0, GNU ld (GNU
+ Binutils for Ubuntu) 2.40) #26-Ubuntu SMP Tue Jul 11 10:32:58 UTC 2023 (Ubuntu 6.2.0-26.26-generic-lpae 6.2.13)
+[    0.000000] CPU: ARMv7 Processor [414fc0f0] revision 0 (ARMv7), cr=30c5387d
+...
+Ubuntu 23.04 ubuntu ttyAMA0
+
+ubuntu login:
+```
+
+
+Files:
+- https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-armhf.img
+- https://cloud-images.ubuntu.com/releases/23.04/release-20230729/unpacked/ubuntu-23.04-server-cloudimg-armhf-vmlinuz-lpae
+- https://cloud-images.ubuntu.com/releases/23.04/release-20230729/unpacked/ubuntu-23.04-server-cloudimg-armhf-initrd-generic-lpae