summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/59
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/device/592
-rw-r--r--results/classifier/gemma3:12b/device/59166619
-rw-r--r--results/classifier/gemma3:12b/device/5938
3 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/59 b/results/classifier/gemma3:12b/device/59
new file mode 100644
index 00000000..4b41be5b
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/59
@@ -0,0 +1,2 @@
+
+ide/core.c ATA Major Version reporting incorrect
diff --git a/results/classifier/gemma3:12b/device/591666 b/results/classifier/gemma3:12b/device/591666
new file mode 100644
index 00000000..e574391a
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/591666
@@ -0,0 +1,19 @@
+
+broken "pci_add auto storage"
+
+Doing:
+(qemu) pci_add auto storage  file=/dev/ram0,if=virtio
+Results in:
+OK domain 0, bus 0, slot 5, function 0
+
+However no device is actually added to the guest.
+QEMU: Latest git code (June 9) from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git
+(seems to be broken from 0.12.1.2)
+KVM: Compiled from git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git
+checked out (refs/remotes/origin/stable-2.6.32)
+
+Both guest and host are Ubuntu 9.10 with 2.6.32 kernel.
+Guest kernel has ACPI enabled (specifically, the PCI slot detection driver)
+
+Guest executed with the following parameters:
+ -boot c -drive file=/home/eranr/kvm_images/ubuntu-9.10-2.6.32-perf.img,if=ide,boot=on -m 4096 -net nic,model=virtio -net tap,ifname=qtap0,script=no -vnc :0 -smp 1,cores=1,threads=0 -monitor tcp:localhost:6001,server,nowait
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/device/593 b/results/classifier/gemma3:12b/device/593
new file mode 100644
index 00000000..303e01a6
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/593
@@ -0,0 +1,8 @@
+
+USB ECM network device does not work under XHCI
+Description of problem:
+No data is ever received by the USB ECM network device when it is attached to an XHCI controller. (USB 1.0 controllers work OK.)
+Additional information:
+There are some patches it appears were submitted to the GitHub mirror that resolve the problem (I tested them applied to git master, and confirmed they work): https://github.com/qemu/qemu/pull/100
+
+I guess they never were submitted to the mailing list, or somehow got missed?