diff options
Diffstat (limited to 'results/classifier/108/other/2036')
| -rw-r--r-- | results/classifier/108/other/2036 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/108/other/2036 b/results/classifier/108/other/2036 new file mode 100644 index 000000000..940085f70 --- /dev/null +++ b/results/classifier/108/other/2036 @@ -0,0 +1,26 @@ +files: 0.893 +graphic: 0.877 +device: 0.872 +other: 0.868 +vnc: 0.707 +network: 0.703 +semantic: 0.694 +PID: 0.640 +socket: 0.597 +permissions: 0.570 +performance: 0.564 +boot: 0.520 +debug: 0.513 +KVM: 0.323 + +`edk2-riscv-code.fd.bz2` is included in the repo but not installed to `$PREFIX/share/qemu` +Description of problem: +`edk2-riscv-code.fd.bz2` is included in the repo (https://gitlab.com/qemu-project/qemu/-/blob/v8.2.0-rc4/pc-bios/edk2-riscv-code.fd.bz2), but this file is not installed to `$PREFIX/share/qemu`. + +The binaries for other architectures (aarch64, arm, i386, x86\_64) are installed as expected. +https://gitlab.com/qemu-project/qemu/-/blob/v8.2.0-rc4/pc-bios/meson.build?ref_type=tags#L3-L12 +Steps to reproduce: +`ls $PREFIX/share/qemu/edk2-*` +Additional information: +- Not sure if this is intentional or a bug. +- The descriptor JSON file is missing for riscv: https://gitlab.com/qemu-project/qemu/-/tree/v8.2.0-rc4/pc-bios/descriptors |