summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1723161
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/1723161
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/1723161')
-rw-r--r--results/scraper/launchpad-without-comments/172316131
1 files changed, 31 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1723161 b/results/scraper/launchpad-without-comments/1723161
new file mode 100644
index 00000000..3c9ef1b2
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1723161
@@ -0,0 +1,31 @@
+Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options
+
+
+Qemu-2.10.1 migration failing with the following error:
+Receiving block device images
+qemu-system-x86_64: error while loading section id 2(block)
+qemu-system-x86_64: load of migration failed: Input/output error
+
+Migration is setup on the destination system of the migration using:
+-incoming tcp:0:4444
+
+Migration is initiated from the source using the following commands in its qemu monitor:
+migrate -b "tcp:localhost:4444"
+
+The command-line used in both the source and destination is:
+qemu-system-x86_64 \
+        -nodefaults \
+        -pidfile vm0.pid \
+        -enable-kvm \
+        -machine q35 \
+        -cpu host -smp 2 \
+        -m 4096M \
+        -drive if=pflash,format=raw,unit=0,file=OVMF_CODE.fd,readonly \
+        -drive if=pflash,format=raw,unit=1,file=OVMF_VARS.fd \
+        -drive file=${HDRIVE},format=qcow2 \
+        -drive media=cdrom \
+        -usb -device usb-tablet \
+        -vga std -vnc :0 \
+        -net nic,macaddr=${TAPMACADDR} -net user,net=192.168.2.0/24,dhcpstart=192.168.2.10 \
+        -serial stdio \
+        -monitor unix:${MONITORSOCKET},server,nowait
\ No newline at end of file