summaryrefslogtreecommitdiffstats
path: root/results/classifier/105/device/1810343
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/device/1810343')
-rw-r--r--results/classifier/105/device/181034334
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/105/device/1810343 b/results/classifier/105/device/1810343
new file mode 100644
index 00000000..c4adf734
--- /dev/null
+++ b/results/classifier/105/device/1810343
@@ -0,0 +1,34 @@
+device: 0.699
+network: 0.512
+socket: 0.319
+semantic: 0.306
+mistranslation: 0.261
+vnc: 0.243
+graphic: 0.242
+boot: 0.184
+other: 0.160
+KVM: 0.136
+assembly: 0.100
+instruction: 0.074
+
+qemu-nbd -l and -s options don't work together
+
+When using qemu-nbd with -l to load a snapshot along with -s to create new active layer the tool fails to find the snapshot specified on the command line:
+
+For example the following does not work:
+ sudo qemu-nbd -s --load-snapshot=files --connect /dev/nbd0 rootfs.qcow2
+ Failed to load snapshot: Can't find snapshot
+
+However, the following option works
+ sudo qemu-nbd -s --connect /dev/nbd0 rootfs.qcow2
+and so does
+ sudo qemu-nbd --load-snapshot=files --connect /dev/nbd0 rootfs.qcow2
+
+
+This is an automated cleanup. This bug report has been moved to QEMU's
+new bug tracker on gitlab.com and thus gets marked as 'expired' now.
+Please continue with the discussion here:
+
+ https://gitlab.com/qemu-project/qemu/-/issues/159
+
+