summary refs log tree commit diff stats
path: root/results/classifier/118/x86/1649236
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/x86/1649236
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/x86/1649236')
-rw-r--r--results/classifier/118/x86/164923657
1 files changed, 57 insertions, 0 deletions
diff --git a/results/classifier/118/x86/1649236 b/results/classifier/118/x86/1649236
new file mode 100644
index 00000000..74be292c
--- /dev/null
+++ b/results/classifier/118/x86/1649236
@@ -0,0 +1,57 @@
+x86: 0.904
+permissions: 0.852
+ppc: 0.784
+files: 0.780
+vnc: 0.746
+i386: 0.739
+device: 0.728
+performance: 0.709
+semantic: 0.653
+KVM: 0.633
+network: 0.616
+socket: 0.613
+PID: 0.613
+mistranslation: 0.604
+register: 0.604
+kernel: 0.589
+architecture: 0.588
+virtual: 0.564
+user-level: 0.563
+graphic: 0.546
+peripherals: 0.534
+hypervisor: 0.522
+VMM: 0.481
+risc-v: 0.461
+TCG: 0.421
+debug: 0.394
+boot: 0.389
+arm: 0.352
+assembly: 0.310
+
+Commit snapshot fails with Permission denied when daemonized
+
+When running qemu with daemonize option it is impossible to run "commit all" in monitor.
+
+I run qemu 2.7.0 under gentoo 64 bit distribution with following command line:
+
+qemu-system-x86_64 -m 4096 -cpu host -smp 2 -enable-kvm -snapshot \
+    -drive file=vm.img,if=virtio \
+    -net nic,model=virtio,macaddr=11:11:11:11:11:11 \
+    -net tap,ifname=tap$PORT,script=no,downscript=no \
+    -vnc :1 -daemonize \
+    -chardev vc,id=mon0 -mon chardev=mon0,mode=readline \
+    -chardev socket,id=mon1,host=localhost,port=10001,server,nowait -mon chardev=mon1,mode=control 
+
+I connect to vm through VNC viewer and press CTRL+ALT+2 and run "commit all" command.
+Following error is shown:
+`commit` error for `all`: Permission denied
+
+When I run my VM without `daemonize` option the command "commit all" works without errors.
+
+The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting all older bugs to
+"Incomplete" now.
+If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Thank you and sorry for the inconvenience.
+
+
+[Expired for QEMU because there has been no activity for 60 days.]
+