summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1685242
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/1685242
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/1685242')
-rw-r--r--results/scraper/launchpad-without-comments/168524220
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1685242 b/results/scraper/launchpad-without-comments/1685242
new file mode 100644
index 00000000..f511da1d
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1685242
@@ -0,0 +1,20 @@
+ovmf hangs at efi with virtio-net memory hotplug
+
+with qemu 2.9 it hangs at the efi stage when memory-hotplug is enabled and it has a virtio-net devices
+
+the ovmf images where compiled from https://github.com/tianocore/edk2 (current master)
+
+reproducer:
+
+qemu-system-x86_64 -drive 'if=pflash,unit=0,format=raw,readonly,file=./OVMF_CODE.fd' -drive 'if=pflash,unit=1,format=raw,file=./my_OVMF_VARS.fd' -smp 1 -vga std -netdev 'type=tap,id=mynet' -device 'virtio-net-pci,netdev=mynet' -display sdl -nodefaults -m 'size=1G,slots=256,maxmem=1024G'
+
+interestingly, it works when you do the following:
+
+- omit the virtio-net-pci device
+- use seabios
+- use less maxmem, e.g. 512G
+
+qemu was compiled from source (v2.9.0) with following options:
+
+./configure --target-list=x86_64-softmmu --disable-xen --enable-gnutls --enable-sdl --enable-linux-aio --enable-rbd --enable-libiscsi --disable-smartcard --audio-drv-list="alsa" --enable
+-spice --enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk --enable-xfsctl --enable-numa --disable-strip --enable-jemalloc --enable-virtfs --disable-libnfs --disable-fdt --disable-guest-agent --disable-guest-agent-msi
\ No newline at end of file