diff options
Diffstat (limited to 'results/classifier/118/none/1594')
| -rw-r--r-- | results/classifier/118/none/1594 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/118/none/1594 b/results/classifier/118/none/1594 new file mode 100644 index 000000000..2a869dbce --- /dev/null +++ b/results/classifier/118/none/1594 @@ -0,0 +1,51 @@ +graphic: 0.742 +device: 0.685 +performance: 0.597 +virtual: 0.597 +hypervisor: 0.571 +PID: 0.567 +vnc: 0.554 +architecture: 0.539 +kernel: 0.522 +register: 0.517 +VMM: 0.509 +network: 0.504 +permissions: 0.499 +boot: 0.488 +files: 0.488 +ppc: 0.444 +semantic: 0.435 +mistranslation: 0.427 +risc-v: 0.401 +KVM: 0.396 +peripherals: 0.387 +user-level: 0.358 +x86: 0.352 +i386: 0.336 +arm: 0.330 +TCG: 0.325 +socket: 0.322 +assembly: 0.305 +debug: 0.291 + +Wrong cpu information is still received when using whpx acceleration. +Description of problem: +I received wrong information the other day and registered an issue, but now the latest version has not been fixed and is delivering the same wrong information. +If not fixed, Windows Home version (Windows 11 Home version) cannot run more than 5 cores with whpx acceleration. +(If you boot after setting more than 5 cores, an incorrect CPU parameter BSOD occurs during booting, and Windows 11 home version seems to allow up to 4 physical CPUs..) +* Even if you explicitly give -smp cores=n,threads=1,sockets=1 and boot, it is ignored and recognized as a PC with n 1-core CPUs. +Steps to reproduce: +1. Run qemu with -accel whpx option +2. Check CPU information after booting is complete +3. Check the same CPU information after booting from a physical PC and other virtualization software (VMware, Virtual Box, etc.) +4. It has been confirmed that the number of physical CPUs and the number of cores per CPU are different from other virtualization software or physical PCs. (For example, when setting 4 cores, it is recognized as 1CPU 4Core in other virtualization software, but as 4CPU 1Core in qemu operated with whpx acceleration) +Additional information: +* The CPU was set to 4 cores, and the image was taken as a screenshot of the information recognized as the 4th processor by Linux. +> Linux CPU information booted from qemu (with whpx acceleration) +execution statement : qemu-system-x86_64 -M q35 -smp cores=4,threads=1,sockets=1 -m 4g -display sdl -drive file=test.vdi,id=disk,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -accel whpx (or 'qemu-system-x86_64 -M q35 -smp 4 -m 4g -display sdl -drive file=test.vdi,id=disk,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -accel whpx') + + + +> Linux CPU information booted from other virtualization software (Virtual Box) + + |