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/graphic/1793635 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/1793635')
| -rw-r--r-- | results/classifier/118/graphic/1793635 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1793635 b/results/classifier/118/graphic/1793635 new file mode 100644 index 000000000..8acd23aed --- /dev/null +++ b/results/classifier/118/graphic/1793635 @@ -0,0 +1,43 @@ +graphic: 0.865 +performance: 0.859 +arm: 0.786 +device: 0.781 +ppc: 0.712 +semantic: 0.684 +architecture: 0.673 +boot: 0.660 +mistranslation: 0.658 +network: 0.603 +vnc: 0.595 +peripherals: 0.574 +user-level: 0.524 +register: 0.523 +socket: 0.520 +permissions: 0.477 +PID: 0.459 +debug: 0.403 +i386: 0.397 +risc-v: 0.397 +hypervisor: 0.378 +files: 0.377 +kernel: 0.371 +VMM: 0.353 +x86: 0.343 +TCG: 0.262 +assembly: 0.213 +virtual: 0.212 +KVM: 0.089 + +Using pflash with u-boot,when CONFIG_SYS_FLASH_USE_BUFFER_WRITE were defined,envirment args won't be able to save correctly + +Generated a u-boot image with qemu_arm_defconfig,did some modification to qemu-arm.h. +Before added "CONFIG_SYS_FLASH_USE_BUFFER_WRITE",call saveenv in u-boot command line can save the envirment but painful slow. + +after added it,seems the action took no time,but the data won't be saved correctly,reset the board to boot again(i'd waited a while to reset the board) ,the u-boot will tell you enviremnt checksum mismatch,using the default. + +How did you run QEMU? Is this still an issue with the latest version? + +No update from the reporter after 5 months, so closing the bug. + +[Expired for QEMU because there has been no activity for 60 days.] + |