summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1036987
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1036987
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloademulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1036987')
-rw-r--r--results/scraper/launchpad-without-comments/103698725
1 files changed, 25 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1036987 b/results/scraper/launchpad-without-comments/1036987
new file mode 100644
index 00000000..8c1bb68d
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1036987
@@ -0,0 +1,25 @@
+compilation error due to bug in savevm.c
+
+Since 
+
+302dfbeb21fc5154c24ca50d296e865a3778c7da
+
+Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
+    
+    For performance we are encoding long word at a time.
+    For nzrun we use long-word-at-a-time NULL-detection tricks from strcmp():
+    using ((lword - 0x0101010101010101) & (~lword) & 0x8080808080808080) test
+    to find out if any byte in the long word is zero.
+    
+    Signed-off-by: Benoit Hudzia <email address hidden>
+    Signed-off-by: Petter Svard <email address hidden>
+    Signed-off-by: Aidan Shribman <email address hidden>
+    Signed-off-by: Orit Wasserman <email address hidden>
+    Signed-off-by: Eric Blake <email address hidden>
+    
+    Reviewed-by: Luiz Capitulino <email address hidden>
+    Reviewed-by: Eric Blake <email address hidden>
+
+ commit arrived into master barnch, I can't compile qemu at all:
+
+savevm.c:2476:13: error: overflow in implicit constant conversion [-Werror=overflow]
\ No newline at end of file