diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/1091 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/other/1091')
| -rw-r--r-- | results/classifier/108/other/1091 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/108/other/1091 b/results/classifier/108/other/1091 new file mode 100644 index 000000000..5a2fc67b6 --- /dev/null +++ b/results/classifier/108/other/1091 @@ -0,0 +1,28 @@ +device: 0.883 +graphic: 0.824 +performance: 0.652 +vnc: 0.407 +debug: 0.397 +semantic: 0.354 +PID: 0.334 +boot: 0.271 +permissions: 0.201 +KVM: 0.187 +network: 0.181 +files: 0.158 +socket: 0.122 +other: 0.097 + +qemu-system-x86_64 hard crashes when using `--accel hvf` on intel Mac +Description of problem: +The QEMU process hard crashes after a few minutes. The only message is: + +``` +vmx_write_mem: mmu_gva_to_gpa ffff990489fa0000 failed +``` +Steps to reproduce: +1. Run QEMU with the above commandline +2. Do something to keep the VM busy - running `git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git` reliably crashes it for me +3. Wait a 3-5 minutes +Additional information: + |