summary refs log tree commit diff stats
path: root/results/classifier/108/device/800
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/device/800
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/device/800')
-rw-r--r--results/classifier/108/device/80040
1 files changed, 0 insertions, 40 deletions
diff --git a/results/classifier/108/device/800 b/results/classifier/108/device/800
deleted file mode 100644
index 021c035c..00000000
--- a/results/classifier/108/device/800
+++ /dev/null
@@ -1,40 +0,0 @@
-device: 0.952
-graphic: 0.916
-PID: 0.740
-semantic: 0.683
-performance: 0.679
-debug: 0.652
-vnc: 0.630
-files: 0.622
-permissions: 0.481
-boot: 0.464
-socket: 0.418
-network: 0.381
-other: 0.151
-KVM: 0.134
-
-Cannot write to MTP Devices in Qemu 6.0.0+
-Description of problem:
-QEMU versions above 6.0.0 are no longer able to write to MTP devices, the kernel prints a warning which is unique to versions above 6.0.0:
-```
-usb-mtp: file monitoring init failed: File monitoring not available on this platform is just warning
-```
-Steps to reproduce:
-1. Launch a QEMU virtual machine with `-usb -device usb-mtp,rootdir=/tmp,readonly=false` using any QEMU version above 6.0.0
-2. Mount the MTP device using something:
-   ```
-   mkdir mtpDevice && jmtpfs mtpDevice
-   ```
-3. Try to write to the mtp device:
-   ```
-   touch mtpDevice/test
-   ```
-4. Observe that you will get an input/output error when trying to write to the device, like this:
-   ```
-   vm-test-run-mtp> client: must succeed: /nix/store/xmib7222ybr72iyycra4w386s8p1k4av-jmtpfsTest.sh >&2
-   vm-test-run-mtp> client # Device 0 (VID=46f4 and PID=0004) is a QEMU Virtual MTP.
-   vm-test-run-mtp> client # qemu-system-x86_64: usb-mtp: file monitoring init failed: File monitoring not available on this platform
-   vm-test-run-mtp> client # /nix/store/xmib7222ybr72iyycra4w386s8p1k4av-jmtpfsTest.sh: line 4: phone/tmp/testFile: Input/output error
-   ```
-Additional information:
-