summary refs log tree commit diff stats
path: root/results/classifier/108/other/1179
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/108/other/117980
-rw-r--r--results/classifier/108/other/117966466
-rw-r--r--results/classifier/108/other/117973161
3 files changed, 207 insertions, 0 deletions
diff --git a/results/classifier/108/other/1179 b/results/classifier/108/other/1179
new file mode 100644
index 000000000..30945e54c
--- /dev/null
+++ b/results/classifier/108/other/1179
@@ -0,0 +1,80 @@
+graphic: 0.700
+debug: 0.599
+device: 0.576
+other: 0.543
+vnc: 0.524
+socket: 0.505
+PID: 0.470
+files: 0.458
+performance: 0.418
+boot: 0.384
+network: 0.347
+permissions: 0.293
+semantic: 0.219
+KVM: 0.121
+
+qemu-img snapshot would break win8.1's system disk data
+Description of problem:
+`qemu-img snapshot` will cause a damage on windows 8.1 virtual machine
+Steps to reproduce:
+1.shutdown the virtual machine
+
+2.exec command
+```
+$ qemu-img snapshot -d standard /media/user/SSD_VM/disk/win8_1.qcow2
+...
+ERROR cluster 554329 refcount=0 reference=1
+ERROR cluster 554330 refcount=0 reference=1
+ERROR cluster 554331 refcount=0 reference=1
+ERROR cluster 554332 refcount=0 reference=1
+ERROR cluster 554333 refcount=0 reference=1
+ERROR cluster 554334 refcount=0 reference=1
+ERROR cluster 554335 refcount=0 reference=1
+Leaked cluster 557183 refcount=2 reference=1
+Leaked cluster 557472 refcount=2 reference=1
+Leaked cluster 564785 refcount=2 reference=1
+...
+Leaked cluster 580393 refcount=2 reference=1
+Leaked cluster 580434 refcount=2 reference=1
+Leaked cluster 580713 refcount=2 reference=1
+Leaked cluster 580718 refcount=2 reference=1
+Leaked cluster 580726 refcount=2 reference=1
+Leaked cluster 580965 refcount=2 reference=1
+Leaked cluster 581268 refcount=2 reference=1
+Leaked cluster 581280 refcount=2 reference=1
+Leaked cluster 581367 refcount=2 reference=1
+Leaked cluster 582743 refcount=2 reference=1
+Leaked cluster 582938 refcount=2 reference=1
+Leaked cluster 583026 refcount=2 reference=1
+Leaked cluster 583027 refcount=2 reference=1
+Leaked cluster 583028 refcount=2 reference=1
+Leaked cluster 583029 refcount=2 reference=1
+Rebuilding refcount structure
+Repairing cluster 547917 refcount=1 reference=0
+Repairing cluster 547936 refcount=1 reference=0
+Repairing cluster 547955 refcount=1 reference=0
+Repairing cluster 548069 refcount=1 reference=0
+Repairing cluster 548092 refcount=1 reference=0
+Repairing cluster 548115 refcount=1 reference=0
+Repairing cluster 548125 refcount=1 reference=0
+Repairing cluster 548128 refcount=1 reference=0
+Repairing cluster 548130 refcount=1 reference=0
+Repairing cluster 548144 refcount=1 reference=0
+Repairing cluster 548146 refcount=1 reference=0
+Repairing cluster 548150 refcount=1 reference=0
+Repairing cluster 548199 refcount=1 reference=0
+Repairing cluster 548201 refcount=1 reference=0
+Repairing cluster 548226 refcount=1 reference=0
+Repairing cluster 548234 refcount=1 reference=0
+Repairing cluster 548236 refcount=1 reference=0
+Repairing cluster 557073 refcount=1 reference=0
+Repairing cluster 557074 refcount=1 reference=0
+...
+
+```
+
+3.start the virtual machine , it shows blue screen error:
+`UNEXPECTED_STORE_EXCPETION`
+![Screenshot_20220828_131532](/uploads/d8c03c01deb9ae1183a4efd823850c7e/Screenshot_20220828_131532.png)
+Additional information:
+the windows virtual machine will automatically fix the damage that qemu-img caused on next restart .
diff --git a/results/classifier/108/other/1179664 b/results/classifier/108/other/1179664
new file mode 100644
index 000000000..94f8d19b9
--- /dev/null
+++ b/results/classifier/108/other/1179664
@@ -0,0 +1,66 @@
+PID: 0.669
+socket: 0.625
+device: 0.624
+semantic: 0.496
+debug: 0.449
+vnc: 0.401
+permissions: 0.356
+network: 0.352
+boot: 0.335
+other: 0.280
+performance: 0.266
+files: 0.257
+graphic: 0.178
+KVM: 0.098
+
+migration.c:293: undefined reference to  `__sync_val_compare_and_swap_4'
+
+latest git qemu error i get on compiling with mingw
+
+  LINK  i386-softmmu/qemu-system-i386w.exe
+../migration.o: In function `migrate_finish_set_state':
+C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+ `__sync_val_compare_and_swap_4'
+C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+ `__sync_val_compare_and_swap_4'
+C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+ `__sync_val_compare_and_swap_4'
+collect2.exe: error: ld returned 1 exit status
+make[1]: *** [qemu-system-i386w.exe] Error 1
+make: *** [subdir-i386-softmmu] Error 2
+
+On Mon, May 13, 2013 at 08:46:27PM -0000, therock247uk wrote:
+> Public bug reported:
+> 
+> latest git qemu error i get on compiling with mingw
+> 
+>   LINK  i386-softmmu/qemu-system-i386w.exe
+> ../migration.o: In function `migrate_finish_set_state':
+> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+>  `__sync_val_compare_and_swap_4'
+> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+>  `__sync_val_compare_and_swap_4'
+> C:\MinGW\msys\1.0\home\therock247uk\qemu/migration.c:293: undefined reference to
+>  `__sync_val_compare_and_swap_4'
+> collect2.exe: error: ld returned 1 exit status
+> make[1]: *** [qemu-system-i386w.exe] Error 1
+> make: *** [subdir-i386-softmmu] Error 2
+
+Please post your gcc version:
+
+  $ gcc --version
+
+
+therock247uk@dell-PC ~
+$ gcc --version
+gcc.exe (GCC) 4.7.2
+Copyright (C) 2012 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+
+therock247uk@dell-PC ~
+$
+
+I assume this had been fixed by this commit here: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=1405b6290fa2143e02dce - so I'm closing this ticket now. If you still hit the problem with the latest version of QEMU, please feel free to open this ticket again.
+
diff --git a/results/classifier/108/other/1179731 b/results/classifier/108/other/1179731
new file mode 100644
index 000000000..184935018
--- /dev/null
+++ b/results/classifier/108/other/1179731
@@ -0,0 +1,61 @@
+network: 0.890
+files: 0.847
+PID: 0.806
+KVM: 0.800
+other: 0.788
+graphic: 0.770
+device: 0.767
+performance: 0.758
+semantic: 0.750
+socket: 0.691
+permissions: 0.688
+vnc: 0.656
+debug: 0.570
+boot: 0.499
+
+is networking broken on windows hosts?
+
+just wondering as i just compiled the latest git and qemu goes into none responding mode when i try to do any networking stuff on guests (both linux and windows)
+
+On Tue, May 14, 2013 at 12:02:24AM -0000, therock247uk wrote:
+> just wondering as i just compiled the latest git and qemu goes into none
+> responding mode when i try to do any networking stuff on guests (both
+> linux and windows)
+
+Works for me on qemu.git/master on Linux:
+
+  $ git rev-parse HEAD
+  b087143b4d010451208264b7c841436aafe1cbb1
+  $ x86_64-softmmu/qemu-system-x86_64 -m 1024 -enable-kvm -cpu host \
+          -drive if=virtio,cache=none,file=test.img
+
+Please include more information, like the QEMU command-line and commit
+ID.
+
+Stefan
+
+
+latest git as of yesterday compiled under mingw using qemu-system-i386 -localtime -m 512 windows.img when ever it connects to the internet qemu hangs.
+
+trying other network adapters does not help either i tried the model=rtl8139 and the xp guest says limited or no connectivty.
+
+tried the patch did not work though still hangs/crashes has issues
+
+On 05/16/2013 10:59 AM, Paolo Bonzini wrote:
+> Il 16/05/2013 07:52, TeLeMan ha scritto:
+>> The patch is working on 134a03e0b3d34b01b68107104c525c3bff1211d4 and
+>> is not working from cbff4b342b000a7642125dbdabf61113e05eee44.
+> 
+> Thanks.
+> 
+> Fabien or Stefan, can you take a look?
+> 
+
+Unfortunately I don't have time to investigate these days.
+
+-- 
+Fabien Chouteau
+
+
+Looking at http://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02268.html it seems this has been fixed with commits 8db165b36ef893ac69af045 and 3cb8c205e36531a07dff1d84 ==> setting status to "Fix released"
+