summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/2496
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_text/target_missing/host_missing/accel_missing/2496
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2496')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/249633
1 files changed, 33 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2496 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2496
new file mode 100644
index 000000000..72f7c471b
--- /dev/null
+++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/2496
@@ -0,0 +1,33 @@
+Regression 9.1.0-rc1: Adventcalendar 2016, Day 14 crashes
+Description of problem:
+Crashes with 
+   ```
+	**** PANIC: ****
+ terminating with uncaught exception of type hw::Device_not_found: Device of type NIC not found at position #0
+   ```
+see [acorn.log](/uploads/daa06857763716183cec625ead619387/acorn.log) for details
+Steps to reproduce:
+1. Download https://www.qemu-advent-calendar.org/2016/download/day14.tar.xz
+2. Execute
+Additional information:
+git bisect determines:
+   ```
+64f75f57f9d2c8c12ac6d9355fa5d3a2af5879ca is the first bad commit
+commit 64f75f57f9d2c8c12ac6d9355fa5d3a2af5879ca
+Author: David Woodhouse <dwmw@amazon.co.uk>
+Date:   Tue Jul 9 13:34:44 2024 +0100
+
+    net: Reinstate '-net nic, model=help' output as documented in man page
+    
+    While refactoring the NIC initialization code, I broke '-net nic,model=help'
+    which no longer outputs a list of available NIC models.
+    
+    Fixes: 2cdeca04adab ("net: report list of available models according to platform")
+    Cc: qemu-stable@nongnu.org
+    Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
+    Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
+    Signed-off-by: Jason Wang <jasowang@redhat.com>
+
+ net/net.c | 25 ++++++++++++++++++++++---
+ 1 file changed, 22 insertions(+), 3 deletions(-)
+   ```