summary refs log tree commit diff stats
path: root/results/classifier/108/other/705
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/108/other/70542
-rw-r--r--results/classifier/108/other/70593161
2 files changed, 103 insertions, 0 deletions
diff --git a/results/classifier/108/other/705 b/results/classifier/108/other/705
new file mode 100644
index 00000000..1b14516b
--- /dev/null
+++ b/results/classifier/108/other/705
@@ -0,0 +1,42 @@
+device: 0.910
+graphic: 0.894
+performance: 0.864
+PID: 0.851
+boot: 0.800
+network: 0.710
+semantic: 0.708
+socket: 0.692
+debug: 0.686
+KVM: 0.683
+vnc: 0.644
+files: 0.644
+permissions: 0.556
+other: 0.208
+
+Failed to acpi hotplug on pcie root ports in case of q35+ovmf+machine type 6.1
+Description of problem:
+Hotplug on multifunction bridges use ACPI hotplug instead of Native since machine type 6.1
+In this case, Hotplug works well on q35 with bios fireware, But doesn't work on q35 with ovmf firmware.
+E.g:
+/usr/bin/qemu-system-x86_64 \
+-machine pc-q35-6.1,accel=kvm,pflash0=...... \
+-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
+-device pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x1.0x1 \
+-device pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x2 \
+......
+
+(qemu) netdev_add bridge,br=br0,id=hostnet1
+(qemu) device_add virtio-net-pci,netdev=hostnet1,id=net1,bus=pci.3
+
+Error message in guest kernel:
+kernel: pci 0000:03:00.0: [1af4:1041] type 00 class 0x020000
+kernel: pci 0000:03:00.0: reg 0x14: [mem 0x00000000-0x00000fff]
+kernel: pci 0000:03:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
+kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
+kernel: pci 0000:03:00.0: BAR 6: no space for [mem size 0x00040000 pref]
+kernel: pci 0000:03:00.0: BAR 6: failed to assign [mem size 0x00040000 pref]
+kernel: pci 0000:03:00.0: BAR 4: no space for [mem size 0x00004000 64bit pref]
+kernel: pci 0000:03:00.0: BAR 4: failed to assign [mem size 0x00004000 64bit pref]
+kernel: pci 0000:03:00.0: BAR 1: no space for [mem size 0x00001000]
+kernel: pci 0000:03:00.0: BAR 1: failed to assign [mem size 0x00001000]
+kernel: virtio-pci 0000:03:00.0: virtio_pci: leaving for legacy driver
diff --git a/results/classifier/108/other/705931 b/results/classifier/108/other/705931
new file mode 100644
index 00000000..ab809feb
--- /dev/null
+++ b/results/classifier/108/other/705931
@@ -0,0 +1,61 @@
+files: 0.912
+graphic: 0.852
+semantic: 0.724
+debug: 0.694
+device: 0.691
+performance: 0.689
+PID: 0.672
+permissions: 0.651
+other: 0.625
+boot: 0.608
+network: 0.444
+socket: 0.443
+vnc: 0.378
+KVM: 0.188
+
+make ui sdl error 1 on git devel
+
+after clone git devel, try compile on slackware 13.1 32 bit machine got error:
+
+ui/sdl.c:809:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
+ui/sdl.c:815:36: error: expected ')' before '*' token
+/usr/include/X11/Xlib.h:3575:14: error: old-style parameter declarations in prototyped function definition
+/usr/include/X11/Xlib.h:3576:5: error: parameter name omitted
+ui/sdl.c:883:1: error: expected '{' at end of input
+ui/sdl.c:883:1: error: control reaches end of non-void function
+make: *** [ui/sdl.o] Error 1
+
+
+root@darkstar:/usr/src/qemu/qemu# gcc -v
+Reading specs from /usr/lib/gcc/i486-slackware-linux/4.5.1/specs
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.5.1/lto-wrapper
+Target: i486-slackware-linux
+Configured with: ../gcc-4.5.1/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc,lto --enable-threads=posix --enable-checking=release --with-system-zlib --with-python-dir=/lib/python2.6/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
+Thread model: posix
+gcc version 4.5.1 (GCC) 
+
+
+root@darkstar:/usr/src/qemu/qemu# uname -a
+Linux darkstar 2.6.35.7-smp #2 SMP Mon Oct 11 14:52:09 CDT 2010 i686 Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz GenuineIntel GNU/Linux
+root@darkstar:/usr/src/qemu/qemu# cat /etc/slackware-version 
+Slackware 13.1.0
+
+thanks
+
+
+
+Hi,
+
+Thanks for reporting this issue. I'm not able to repeat the problem (although I have no slackware), and the bug does look strange.
+
+Can you update (git pull) and try again?
+
+Can you confirm that you are using git://git.qemu.org/qemu.git?
+
+If it still fails, can you look at the problem file (ui/sdl.c) and see if it looks complete? For me, this file has 895 lines (last line is blank, line 894 has the closing braces).
+
+qalbi, do you still have issues?
+
+[Expired for QEMU because there has been no activity for 60 days.]
+