summary refs log tree commit diff stats
path: root/results/classifier/118/review/1367365
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/review/1367365')
-rw-r--r--results/classifier/118/review/136736587
1 files changed, 87 insertions, 0 deletions
diff --git a/results/classifier/118/review/1367365 b/results/classifier/118/review/1367365
new file mode 100644
index 000000000..7c6c8c6b5
--- /dev/null
+++ b/results/classifier/118/review/1367365
@@ -0,0 +1,87 @@
+mistranslation: 0.917
+graphic: 0.742
+files: 0.714
+device: 0.712
+architecture: 0.611
+network: 0.602
+ppc: 0.585
+semantic: 0.578
+performance: 0.575
+socket: 0.528
+hypervisor: 0.518
+register: 0.498
+kernel: 0.469
+peripherals: 0.455
+vnc: 0.440
+permissions: 0.429
+PID: 0.407
+risc-v: 0.399
+boot: 0.389
+user-level: 0.369
+VMM: 0.368
+KVM: 0.309
+debug: 0.302
+x86: 0.298
+TCG: 0.274
+i386: 0.257
+virtual: 0.254
+arm: 0.235
+assembly: 0.233
+--------------------
+hypervisor: 0.875
+debug: 0.083
+files: 0.063
+virtual: 0.056
+TCG: 0.042
+user-level: 0.018
+semantic: 0.008
+device: 0.007
+x86: 0.007
+PID: 0.005
+kernel: 0.004
+network: 0.004
+socket: 0.004
+performance: 0.004
+boot: 0.002
+assembly: 0.002
+risc-v: 0.002
+register: 0.002
+i386: 0.002
+VMM: 0.002
+graphic: 0.002
+ppc: 0.001
+architecture: 0.001
+permissions: 0.001
+vnc: 0.001
+arm: 0.001
+peripherals: 0.001
+mistranslation: 0.000
+KVM: 0.000
+
+qemu-img fixed vhd issues
+
+qemu-img returns fixed vhd images file format to be raw.
+
+This happens because only the header is seeked for image signatures when getting the image format. In fact, unlike dynamic vhd images, differencing vhds don't have the footer copied in the header.
+
+An easy fix would be to just search the last 512B for the 'conectix' signature.
+
+Also, the fixed vhds created by qemu-img seem to be corrupted from Powershell POV.
+
+Triaging old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays? Otherwise, can you provide some test images or a description how to create such images?
+
+Yes I can reproduce this issue on Windows 10 with newest version of QEMU (until 03/28/2018)
+
+I've posted my way of reproduce in a new bug issue:
+`#1759522 windows qemu-img create vpc/vhdx error`
+
+Sorry for the mistaken operation (changed to confirmed), I didn't mean to change the status
+
+
+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/107
+
+