diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/other/278 | 16 | ||||
| -rw-r--r-- | results/classifier/108/other/2782 | 25 | ||||
| -rw-r--r-- | results/classifier/108/other/2785 | 31 | ||||
| -rw-r--r-- | results/classifier/108/other/2787 | 28 | ||||
| -rw-r--r-- | results/classifier/108/other/2789 | 16 |
5 files changed, 116 insertions, 0 deletions
diff --git a/results/classifier/108/other/278 b/results/classifier/108/other/278 new file mode 100644 index 000000000..a4d143e42 --- /dev/null +++ b/results/classifier/108/other/278 @@ -0,0 +1,16 @@ +device: 0.658 +other: 0.492 +semantic: 0.340 +permissions: 0.152 +performance: 0.128 +debug: 0.121 +files: 0.050 +PID: 0.045 +graphic: 0.043 +KVM: 0.022 +vnc: 0.017 +network: 0.015 +boot: 0.014 +socket: 0.002 + +jack audio dev produces no sound diff --git a/results/classifier/108/other/2782 b/results/classifier/108/other/2782 new file mode 100644 index 000000000..1c18e7f59 --- /dev/null +++ b/results/classifier/108/other/2782 @@ -0,0 +1,25 @@ +boot: 0.845 +device: 0.742 +graphic: 0.630 +semantic: 0.443 +performance: 0.419 +permissions: 0.393 +debug: 0.340 +socket: 0.253 +vnc: 0.250 +other: 0.235 +files: 0.190 +PID: 0.188 +network: 0.156 +KVM: 0.024 + +WHPX won't enable x86_64v3 level instructions +Description of problem: +x86_64v3 support is not available inside guest +Steps to reproduce: +1. Boot the image +2. Open terminal +3. Run `/lib64/ld-linux-x86-64.so.2 --help` and check which levels are available in the output +4. Or run `/lib64/ld-linux-x86-64.so.2 --list-diagnostics | grep isa` and check `isa_1` value (expected 7 for v3 (3 bits being set)) +Additional information: +Due to this some Linux distribution, like Centos Stream 10, will not be able to boot with WHPX acceleration enabled. diff --git a/results/classifier/108/other/2785 b/results/classifier/108/other/2785 new file mode 100644 index 000000000..07cf6e842 --- /dev/null +++ b/results/classifier/108/other/2785 @@ -0,0 +1,31 @@ +graphic: 0.619 +device: 0.561 +PID: 0.541 +permissions: 0.480 +semantic: 0.444 +performance: 0.436 +files: 0.413 +other: 0.407 +socket: 0.392 +network: 0.349 +vnc: 0.272 +debug: 0.271 +boot: 0.210 +KVM: 0.201 + +Cannot build qemu after the latest addition of NBD docs +Description of problem: +``` +[5584/5962] Generating docs/QEMU manual with a custom command +FAILED: docs/docs.stamp +"C:\msys64\usr\bin/env.EXE" "CONFDIR=etc/" "C:/msys64/home/user/qemu/build/pyvenv/bin/sphinx-build.exe" "-q" "-W" "-Dkerneldoc_werror=1" "-j" "auto" "-Dversion=9.2.50" "-Drelease=" "-Ddepfile=docs/docs.d" "-Ddepfile_stamp=docs/docs.stamp" "-b" "html" "-d" "C:/msys64/home/user/qemu/build/docs/manual.p" "C:/msys64/home/user/qemu/docs" "C:/msys64/home/user/qemu/build/docs/manual" +C:/msys64/home/user/qemu/docs/system/qemu-block-drivers.rst.inc:506: WARNING: duplicate label nbd, other instance in C:/msys64/home/user/qemu/docs/system/images.rst +[5593/5962] Compiling C object tests/qtest/ide-test.exe.p/ide-test.c.obj +ninja: build stopped: subcommand failed. +``` +Steps to reproduce: +1.meson compile +2. +3. +Additional information: +excluding NBD from the build targets allows successful compilation diff --git a/results/classifier/108/other/2787 b/results/classifier/108/other/2787 new file mode 100644 index 000000000..4de894003 --- /dev/null +++ b/results/classifier/108/other/2787 @@ -0,0 +1,28 @@ +graphic: 0.829 +files: 0.757 +device: 0.742 +semantic: 0.708 +other: 0.610 +network: 0.604 +vnc: 0.535 +performance: 0.314 +PID: 0.305 +boot: 0.303 +debug: 0.273 +permissions: 0.270 +socket: 0.199 +KVM: 0.037 + +Opentitan timer layout incorrect +Description of problem: +It looks as if some of the timer register offsets here are incorrect: + +https://gitlab.com/qemu-project/qemu/-/blob/master/hw/timer/ibex_timer.c?ref_type=heads#L37 + +Compare with: + +https://opentitan.org/book/hw/ip/rv_timer/doc/registers.html + +I suspect they're out of date. The documentation link on line 7 is not working anymore - the current documentation URL for Opentitan is the one just given. + +It might also make sense to rename this file `opentitan_timer.c`, instead of `ibex_timer.c`. The timer is an Opentitan hardware IP block, rather than a feature of the Ibex CPU. diff --git a/results/classifier/108/other/2789 b/results/classifier/108/other/2789 new file mode 100644 index 000000000..c474b5b28 --- /dev/null +++ b/results/classifier/108/other/2789 @@ -0,0 +1,16 @@ +other: 0.809 +semantic: 0.568 +device: 0.492 +performance: 0.471 +files: 0.414 +graphic: 0.393 +vnc: 0.338 +KVM: 0.336 +network: 0.292 +PID: 0.266 +permissions: 0.241 +debug: 0.233 +boot: 0.214 +socket: 0.069 + +Emulate a folder instead of creating the iso |