diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/other/1488 | 50 | ||||
| -rw-r--r-- | results/classifier/108/other/1488212 | 31 | ||||
| -rw-r--r-- | results/classifier/108/other/1488363 | 274 | ||||
| -rw-r--r-- | results/classifier/108/other/1488901 | 182 |
4 files changed, 537 insertions, 0 deletions
diff --git a/results/classifier/108/other/1488 b/results/classifier/108/other/1488 new file mode 100644 index 000000000..b25393c57 --- /dev/null +++ b/results/classifier/108/other/1488 @@ -0,0 +1,50 @@ +graphic: 0.783 +device: 0.724 +PID: 0.656 +semantic: 0.654 +debug: 0.615 +performance: 0.592 +socket: 0.564 +permissions: 0.402 +vnc: 0.330 +network: 0.287 +files: 0.259 +boot: 0.152 +other: 0.122 +KVM: 0.068 + +Memory not accessible from GDB when using mps3-an547 +Description of problem: +Memory (including variables) is not accessible when connecting to the emulated machine via GDB +Steps to reproduce: +1. Create minimal program `main.c`: + ```c + int main(void) { + int myvar = 42; + for(;;) + } + ``` +2. Compile + ```bash + arm-none-eabi-gcc -c -o build/main.o -c -mcpu=cortex-m55 -mfloat-abi=hard -mthumb -funsigned-char -mlittle-endian -O0 -g -std=c11 main.c + ``` + (ARM startup files and include directories omitted for brevity) +3. Link + ```bash + arm-none-eabi-g++ -o build/test.elf build/main.o -mcpu=cortex-m55 -mfloat-abi=hard -mthumb -funsigned-char -mlittle-endian --entry=Reset_Handler -static -T./platform.ld -O0 -g + ``` + (ARM startup files omitted for brevity) +4. Run binary in QEMU: + ```bash + qemu-system-arm --machine mps3-an547 -serial mon:stdio -kernel test.elf -gdb tcp::1234 -S + ``` +5. Attach using GDB `arm-none-eabi-gdb build/test.elf` and set break point to infinite loop + ```gdb + target remote :1234 + break main.c:18 + continue + print myvar + ``` + +Expected Output: 42 +Actual Output: `Cannot access memory at address 0x11fffe4` diff --git a/results/classifier/108/other/1488212 b/results/classifier/108/other/1488212 new file mode 100644 index 000000000..92012c0cf --- /dev/null +++ b/results/classifier/108/other/1488212 @@ -0,0 +1,31 @@ +boot: 0.800 +graphic: 0.765 +vnc: 0.730 +device: 0.726 +KVM: 0.670 +socket: 0.571 +network: 0.519 +PID: 0.471 +performance: 0.418 +permissions: 0.399 +files: 0.386 +semantic: 0.374 +debug: 0.335 +other: 0.326 + +16bit appcrash on W2K8 32bit and Vista 32bit guests + +16 bit appcrash on 32bit windows 2008 and Vista guest. Used git bisect and determined the problem has occurred since vgabios update included in commit 6eefccc0bb9c34051b1e21880fc3a1c1c8686edd in qemu.git. Using a vgabios before this commit works. + +To reproduce boot a Vista or Windows 2008 guest and start a command window. In the command window type command.com . Notice ntvdm appcrash. + + +qemu-system-x86_64 -name eccovm9 -M pc-i440fx-2.1 -cpu SandyBridge -enable-kvm -m 4096 -smp 4,sockets=4,cores=1,threads=1 -usb -drive file=/home/libvirt/images/eccovm9.img,if=none,id=drive-virtio-disk0,format=raw,cache=directsync -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 -device usb-tablet,id=input0 -vnc 127.0.0.1:0 -vga cirrus + +qemu-system-x86_64 -version +QEMU emulator version 2.4.50, Copyright (c) 2003-2008 Fabrice Bellard + +Looking through old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays? + +[Expired for QEMU because there has been no activity for 60 days.] + diff --git a/results/classifier/108/other/1488363 b/results/classifier/108/other/1488363 new file mode 100644 index 000000000..e3979cd3d --- /dev/null +++ b/results/classifier/108/other/1488363 @@ -0,0 +1,274 @@ +device: 0.870 +KVM: 0.847 +permissions: 0.828 +graphic: 0.797 +boot: 0.786 +other: 0.779 +vnc: 0.772 +socket: 0.766 +performance: 0.761 +debug: 0.758 +semantic: 0.757 +files: 0.752 +PID: 0.749 +network: 0.745 + +qemu 2.4.0 hangs using vfio for pci passthrough of graphics card + +2.3.0 (manjaro distro package) works fine. 2.4.0 (manjaro or the arch vanilla one) hangs on the SeaBIOS screen when saying "Press F12 for boot menu". All tested with the same hardware, OS, command and configuration. It also starts without the GPU passed through, even with the USB passed through. I am using the latest SeaBIOS 1.8.2. + +The release notes say: + VFIO + Support for resetting AMD Bonaire and Hawaii GPUs + Platform device passthrough support for Calxeda xgmac devices + +So maybe something there broke it. + +I am using the arch qemu 2.4.0 PKGBUILD (modified to have make -j8 and removed iscsi, gluster, ceph, etc.), which uses vanilla sources and no patches. https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/qemu + +I am not using a frontend. I am using a script I wrote that generates the command below. + +Guest OS here would be 64 bit windows 7, but it didn't start so that's not relevant. Also a Manjaro Linux VM won't start. + +CPU is AMD FX-8150; board is Gigabyte GA-990FXA-UD5 (990FX chipset). + +full command line (without the \ after each line) is: + +qemu-system-x86_64 + -enable-kvm + -M q35 + -m 3584 + -cpu host + -boot c + -smp 7,sockets=1,cores=7,threads=1 + -vga none + -device ioh3420,bus=pcie.0,addr=1c.0,port=1,chassis=1,id=root.1 + -device vfio-pci,host=04:00.0,bus=root.1,multifunction=on,x-vga=on,addr=0.0,romfile=Sapphire.R7260X.1024.131106.rom + -device vfio-pci,host=00:14.2,bus=pcie.0 + -device vfio-pci,host=00:16.0,bus=root.1 + -device vfio-pci,host=00:16.2,bus=root.1 + -usb + -device ahci,bus=pcie.0,id=ahci + -drive file=/dev/data/vm1,id=disk1,format=raw,if=virtio,index=0,media=disk,discard=on + -drive media=cdrom,id=cdrom,index=5,media=cdrom + -netdev type=tap,id=net0,ifname=tap-vm1 + -device virtio-net-pci,netdev=net0,mac=00:01:02:03:04:05 + -monitor stdio + -boot menu=on + + +$ lspci -nn | grep -E "04:00.0|00:14.2|00:16.0|00:16.2" +00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40) +00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] +00:16.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] +04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX [Radeon R7 260X] [1002:6658] + + +Also I have this one that also hangs: +05:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 6770] [1002:68ba] + +I ran a bisect, and here's the result: + + +b8eb5512fd8a115f164edbbe897cdf8884920ccb is the first bad commit +commit b8eb5512fd8a115f164edbbe897cdf8884920ccb +Author: Nadav Amit <email address hidden> +Date: Mon Apr 13 02:32:08 2015 +0300 + + target-i386: disable LINT0 after reset + + Due to old Seabios bug, QEMU reenable LINT0 after reset. This bug is long gone + and therefore this hack is no longer needed. Since it violates the + specifications, it is removed. + + Signed-off-by: Nadav Amit <email address hidden> + Message-Id: <email address hidden> + Signed-off-by: Paolo Bonzini <email address hidden> + +:040000 040000 a8ec76841b8d4e837c2cd0d0b82e08c0717a0ec6 d33744231c98c9f588cefbc92f416183f639706f M hw + + +$ git diff 7398dfc7799a50097803db4796c7edb6cd7d47a1 b8eb5512fd8a115f164edbbe897cdf8884920ccb + +diff --git a/hw/intc/apic_common.c b/hw/intc/apic_common.c +index 042e960..d38d24b 100644 +--- a/hw/intc/apic_common.c ++++ b/hw/intc/apic_common.c +@@ -243,15 +243,6 @@ static void apic_reset_common(DeviceState *dev) + info->vapic_base_update(s); + + apic_init_reset(dev); +- +- if (bsp) { +- /* +- * LINT0 delivery mode on CPU #0 is set to ExtInt at initialization +- * time typically by BIOS, so PIC interrupt can be delivered to the +- * processor when local APIC is enabled. +- */ +- s->lvt[APIC_LVT_LINT0] = 0x700; +- } + } + + /* This function is only used for old state version 1 and 2 */ + + +And then to confirm it: + +git checkout v2.4.0 +git revert b8eb5512fd8a115f164edbbe897cdf8884920ccb + + + +And this build works. :) + +Hi, + +proxmox users report same bug here with qemu 2.4: + +http://forum.proxmox.com/threads/23346-Proxmox-4b1-q35-machines-failing-to-reboot-problems-with-PCI-passthrough + +we are going to test with reverting the commit to see if it's help. + + +----- Mail original ----- +De: "Peter Maloney" <email address hidden> +À: "qemu-devel" <email address hidden> +Envoyé: Mercredi 26 Août 2015 21:48:16 +Objet: [Qemu-devel] [Bug 1488363] Re: qemu 2.4.0 hangs using vfio for pci passthrough of graphics card + +I ran a bisect, and here's the result: + + +b8eb5512fd8a115f164edbbe897cdf8884920ccb is the first bad commit +commit b8eb5512fd8a115f164edbbe897cdf8884920ccb +Author: Nadav Amit <email address hidden> +Date: Mon Apr 13 02:32:08 2015 +0300 + +target-i386: disable LINT0 after reset + +Due to old Seabios bug, QEMU reenable LINT0 after reset. This bug is long gone +and therefore this hack is no longer needed. Since it violates the +specifications, it is removed. + +Signed-off-by: Nadav Amit <email address hidden> +Message-Id: <email address hidden> +Signed-off-by: Paolo Bonzini <email address hidden> + +:040000 040000 a8ec76841b8d4e837c2cd0d0b82e08c0717a0ec6 +d33744231c98c9f588cefbc92f416183f639706f M hw + + +$ git diff 7398dfc7799a50097803db4796c7edb6cd7d47a1 b8eb5512fd8a115f164edbbe897cdf8884920ccb + +diff --git a/hw/intc/apic_common.c b/hw/intc/apic_common.c +index 042e960..d38d24b 100644 +--- a/hw/intc/apic_common.c ++++ b/hw/intc/apic_common.c +@@ -243,15 +243,6 @@ static void apic_reset_common(DeviceState *dev) +info->vapic_base_update(s); + +apic_init_reset(dev); +- +- if (bsp) { +- /* +- * LINT0 delivery mode on CPU #0 is set to ExtInt at initialization +- * time typically by BIOS, so PIC interrupt can be delivered to the +- * processor when local APIC is enabled. +- */ +- s->lvt[APIC_LVT_LINT0] = 0x700; +- } +} + +/* This function is only used for old state version 1 and 2 */ + + +And then to confirm it: + +git checkout v2.4.0 +git revert b8eb5512fd8a115f164edbbe897cdf8884920ccb + + +And this build works. :) + +-- +You received this bug notification because you are a member of qemu- +devel-ml, which is subscribed to QEMU. +https://bugs.launchpad.net/bugs/1488363 + +Title: +qemu 2.4.0 hangs using vfio for pci passthrough of graphics card + +Status in QEMU: +New + +Bug description: +2.3.0 (manjaro distro package) works fine. 2.4.0 (manjaro or the arch +vanilla one) hangs on the SeaBIOS screen when saying "Press F12 for +boot menu". All tested with the same hardware, OS, command and +configuration. It also starts without the GPU passed through, even +with the USB passed through. I am using the latest SeaBIOS 1.8.2. + +The release notes say: +VFIO +Support for resetting AMD Bonaire and Hawaii GPUs +Platform device passthrough support for Calxeda xgmac devices + +So maybe something there broke it. + +I am using the arch qemu 2.4.0 PKGBUILD (modified to have make -j8 and removed iscsi, gluster, ceph, etc.), which uses vanilla sources and no patches. https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/qemu + +I am not using a frontend. I am using a script I wrote that generates +the command below. + +Guest OS here would be 64 bit windows 7, but it didn't start so that's +not relevant. Also a Manjaro Linux VM won't start. + +CPU is AMD FX-8150; board is Gigabyte GA-990FXA-UD5 (990FX chipset). + +full command line (without the \ after each line) is: + +qemu-system-x86_64 +-enable-kvm +-M q35 +-m 3584 +-cpu host +-boot c +-smp 7,sockets=1,cores=7,threads=1 +-vga none +-device ioh3420,bus=pcie.0,addr=1c.0,port=1,chassis=1,id=root.1 +-device vfio-pci,host=04:00.0,bus=root.1,multifunction=on,x-vga=on,addr=0.0,romfile=Sapphire.R7260X.1024.131106.rom +-device vfio-pci,host=00:14.2,bus=pcie.0 +-device vfio-pci,host=00:16.0,bus=root.1 +-device vfio-pci,host=00:16.2,bus=root.1 +-usb +-device ahci,bus=pcie.0,id=ahci +-drive file=/dev/data/vm1,id=disk1,format=raw,if=virtio,index=0,media=disk,discard=on +-drive media=cdrom,id=cdrom,index=5,media=cdrom +-netdev type=tap,id=net0,ifname=tap-vm1 +-device virtio-net-pci,netdev=net0,mac=00:01:02:03:04:05 +-monitor stdio +-boot menu=on + + +$ lspci -nn | grep -E "04:00.0|00:14.2|00:16.0|00:16.2" +00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40) +00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] +00:16.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] +04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX [Radeon R7 260X] [1002:6658] + + +Also I have this one that also hangs: +05:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 6770] [1002:68ba] + +To manage notifications about this bug go to: +https://bugs.launchpad.net/qemu/+bug/1488363/+subscriptions + + +Version 2.4.1 is affected too, but regression mentioned by Peter Maloney solve this problem. + +This still affects the distro proxmox 4.0 and many users are affected "http://forum.proxmox.com/threads/24362-PCIe-passthrough-does-not-work" , is there any detail you guys need to fix this? + +With seabios 1.9.1-1 and qemu 2.5.0-1 manjaro packages (which as far as I know have no patches), it seems to work now. + +With U14.04_64 and qemu-2.5.0 complied from http://wiki.qemu.org/Download this is a problem unless I use linux-generic-lts-xenial (4.4.0.13.7) so it seems there's a kernel issue here + diff --git a/results/classifier/108/other/1488901 b/results/classifier/108/other/1488901 new file mode 100644 index 000000000..786c525bc --- /dev/null +++ b/results/classifier/108/other/1488901 @@ -0,0 +1,182 @@ +permissions: 0.870 +other: 0.869 +device: 0.849 +graphic: 0.834 +performance: 0.829 +files: 0.816 +debug: 0.808 +network: 0.798 +semantic: 0.795 +socket: 0.791 +PID: 0.759 +boot: 0.733 +KVM: 0.710 +vnc: 0.682 + +KVM guest crashes when doing a block commit command + +I scripted a simple backup procedure that works like this: + +1. Create snapshot + + virsh snapshot-create-as ${VM} "backup-${VM}" \ + --diskspec vda,file=${SNAP}/backup-snapshot-${VM}.qcow2 \ + --disk-only \ + --atomic \ + --quiesce \ + --no-metadata + +2. Copy disk image to different location + + cp -f --sparse=always /var/lib/libvirt/images/${VM}.img ${DST}/ + +3. Merge snapshot back to base image + + virsh blockcommit ${VM} vda --wait --active --verbose + virsh blockjob ${VM} ${SNAP}/backup-snapshot-${VM}.qcow2 --pivot + +4. Copy XML liver file + + cp -f /etc/libvirt/qemu/${VM}.xml ${DST}/ + +5. Remove old snapshot file + + rm -f ${SNAP}/backup-snapshot-${VM}.qcow2 + +When it comes to the blockcommit operation, the guest receives a SIGABRT. + +(gdb) bt +#0 0x00007f4b6e6ccb8e in raise () from /lib64/libc.so.6 +#1 0x00007f4b6e6ce391 in abort () from /lib64/libc.so.6 +#2 0x0000555a316a8c39 in qemu_coroutine_enter (co=0x555a34651a50, opaque=0x0) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/qemu-coroutine.c:111 +#3 0x0000555a316a8eda in qemu_co_queue_run_restart (co=co@entry=0x555a33d271b0) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/qemu-coroutine-lock.c:59 +#4 0x0000555a316a8b53 in qemu_coroutine_enter (co=0x555a33d271b0, opaque=<optimized out>) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/qemu-coroutine.c:118 +#5 0x0000555a316e3adf in bdrv_co_aio_rw_vector (bs=bs@entry=0x555a336a6be0, + sector_num=sector_num@entry=113551488, qiov=qiov@entry=0x555a3367d2c8, + nb_sectors=nb_sectors@entry=15360, flags=flags@entry=(unknown: 0), + cb=cb@entry=0x555a316e1fe0 <mirror_read_complete>, opaque=0x555a3367d2c0, is_write=is_write@entry=false) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/block/io.c:2142 +#6 0x0000555a316e4b1e in bdrv_aio_readv (bs=bs@entry=0x555a336a6be0, + sector_num=sector_num@entry=113551488, qiov=qiov@entry=0x555a3367d2c8, + nb_sectors=nb_sectors@entry=15360, cb=cb@entry=0x555a316e1fe0 <mirror_read_complete>, + opaque=opaque@entry=0x555a3367d2c0) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/block/io.c:1744 +#7 0x0000555a316e2ccf in mirror_iteration (s=0x555a34a0c250) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/block/mirror.c:302 +#8 mirror_run (opaque=0x555a34a0c250) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/block/mirror.c:512 +#9 0x0000555a316a9a5a in coroutine_trampoline (i0=<optimized out>, i1=<optimized out>) + at /var/tmp/portage/app-emulation/qemu-2.4.0/work/qemu-2.4.0/coroutine-ucontext.c:80 +#10 0x00007f4b6e6df4a0 in ?? () from /lib64/libc.so.6 +#11 0x00007ffe67b71840 in ?? () +#12 0x0000000000000000 in ?? () +(gdb) + +There is one very interesting aspect: + +After the guest died, I can restart it and if I do the exact same blockcommit and blockjob as shown above, everything succeeds without errors. That's strange. + +This is from my libvirt log. So you can see how the guest was started and the C-routine error message: + +2015-08-24 18:38:13.077+0000: starting up libvirt version: 1.2.18, qemu version: 2.4.0 +LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-x86_64 -name mx.roessner-net.de-TESTING -S -machine pc-i440fx-2.1,accel=kvm,usb=off -cpu qemu64,+kvm_pv_eoi -m 4096 -realtime mlock=off -smp 4,sockets=4,cores=1,threads=1 -uuid d86b82d5-153f-4dd9-aa66-d98c2e65db8c -no-user-config -nodefaults -device sga -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/mx.roessner-net.de-TESTING.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-shutdown -boot order=cd,menu=on,strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x8 -drive file=/var/lib/libvirt/images/mx.roessner-net.de-TESTING.img,if=none,id=drive-virtio-disk0,format=raw,cache=writeback -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 -drive if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=34,id=hostnet0,vhost=on,vhostfd=35 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=54:52:00:27:ac:8d,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/mx.roessner-net.de-TESTING.org.qemu.guest_agent.0,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -vnc 127.0.0.1:7 -device cirrus-vga,id=video0,bus=pci.0,addr=0x2 -device i6300esb,id=watchdog0,bus=pci.0,addr=0x7 -watchdog-action reset -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 -object rng-random,id=objrng0,filename=/dev/random -device virtio-rng-pci,rng=objrng0,id=rng0,bus=pci.0,addr=0x6 -msg timestamp=on +char device redirected to /dev/pts/8 (label charserial0) +Formatting '/var/backups/snapshots/backup-snapshot-mx.roessner-net.de-TESTING.qcow2', fmt=qcow2 size=107374182400 backing_file='/var/lib/libvirt/images/mx.roessner-net.de-TESTING.img' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 +Formatting '/var/backups/snapshots/backup-snapshot-mx.roessner-net.de-TESTING.qcow2', fmt=qcow2 size=107374182400 backing_file='/var/lib/libvirt/images/mx.roessner-net.de-TESTING.img' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 +Co-routine re-entered recursively +2015-08-24 19:43:17.700+0000: shutting down + +Here is my envirmornment information: + +emerge --info qemu +Portage 2.2.20.1 (python 2.7.9-final-0, hardened/linux/amd64/no-multilib, gcc-4.8.4, glibc-2.20-r2, 4.1.6-gentoo x86_64) +================================================================= + System Settings +================================================================= +System uname: Linux-4.1.6-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_L5520_@_2.27GHz-with-gentoo-2.2 +KiB Mem: 49454932 total, 7729532 free +KiB Swap: 2097148 total, 2097148 free +Timestamp of repository gentoo: Tue, 25 Aug 2015 21:15:01 +0000 +sh bash 4.3_p39 +ld GNU ld (Gentoo 2.24 p1.4) 2.24 +ccache version 3.1.9 [enabled] +app-shells/bash: 4.3_p39::gentoo +dev-lang/perl: 5.20.2::gentoo +dev-lang/python: 2.7.9-r1::gentoo, 3.4.1::gentoo +dev-util/ccache: 3.1.9-r4::gentoo +dev-util/cmake: 3.2.2::gentoo +dev-util/pkgconfig: 0.28-r2::gentoo +sys-apps/baselayout: 2.2::gentoo +sys-apps/openrc: 0.17::gentoo +sys-apps/sandbox: 2.6-r1::gentoo +sys-devel/autoconf: 2.69::gentoo +sys-devel/automake: 1.14.1::gentoo, 1.15::gentoo +sys-devel/binutils: 2.24-r3::gentoo +sys-devel/gcc: 4.8.4::gentoo +sys-devel/gcc-config: 1.7.3::gentoo +sys-devel/libtool: 2.4.6::gentoo +sys-devel/make: 4.1-r1::gentoo +sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers) +sys-libs/glibc: 2.20-r2::gentoo +Repositories: + +gentoo + location: /usr/portage + sync-type: rsync + sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage + priority: -1000 + +x-portage + location: /usr/local/portage + masters: gentoo + priority: 0 + +ACCEPT_KEYWORDS="amd64" +ACCEPT_LICENSE="* -@EULA" +CBUILD="x86_64-pc-linux-gnu" +CFLAGS="-O2 -pipe" +CHOST="x86_64-pc-linux-gnu" +CONFIG_PROTECT="/etc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt" +CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" +CXXFLAGS="-O2 -pipe" +DISTDIR="/usr/portage/distfiles" +EMERGE_DEFAULT_OPTS="--keep-going --with-bdeps=y --binpkg-respect-use=y --binpkg-changed-deps=y --usepkg=y --rebuilt-binaries=y --rebuilt-binaries-timestamp=20140405050000" +FCFLAGS="-O2 -pipe" +FEATURES="assume-digests binpkg-logs ccache compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" +FFLAGS="-O2 -pipe" +GENTOO_MIRRORS="http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/" +LANG="en_US.utf8" +LC_ALL="en_US.UTF-8" +LDFLAGS="-Wl,-O1 -Wl,--as-needed" +MAKEOPTS="-j17" +PKGDIR="/export/packages" +PORTAGE_CONFIGROOT="/" +PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" +PORTAGE_TMPDIR="/var/tmp" +USE="acl adns aio amd64 bacula-clientonly bacula-console bash-completion berkdb bindist btrfs bzip2 caps cli cracklib crypt curl cxx device-mapper dri gdbm hardened iconv ipv6 justify logrotate loop-aes lzo mmap mmx mmxext modules ncurses nls nptl nscd ntp openmp openssl pam pax_kernel pcre pie readline seccomp session sse sse2 ssl ssp systemd tcpd threads unicode urandom vim-syntax xattr xtpax zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog aggregation cgroups contextswitch cpu cpufreq curl curl_json curl_xml disk email entropy ethstat exec filecount fscache hddtemp ipmi iptables logfile multimeter netlink network nfs nginx ntpd numa openvpn ping postgresql processes protocols python sensors snmp uptime users uuid" CPU_FLAGS_X86="mmx sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset dav empty_gif fastcgi geo gzip headers_more limit_conn limit_req map memcached proxy referer rewrite scgi spdy split_clients ssi upstream_ip_hash userid uwsgi" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="x86_64 i386" QEMU_USER_TARGETS="x86_64 i386" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" +Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON + +================================================================= + Package Settings +================================================================= + +app-emulation/qemu-2.4.0::gentoo was built with the following: +USE="aio caps curl debug fdt filecaps iscsi jpeg lzo ncurses nfs nls pin-upstream-blobs png python sasl seccomp snappy spice ssh systemtap threads tls usb usbredir uuid vhost-net virtfs vnc xattr xfs -accessibility -alsa -bluetooth -glusterfs -gtk -gtk2 -infiniband -numa -opengl -pulseaudio -rbd -sdl -sdl2 (-selinux) -smartcard -static -static-softmmu -static-user -tci -test -vde -vte -xen" PYTHON_TARGETS="python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64 -aarch64 (-alpha) (-arm) -cris -lm32 (-m68k) -microblaze -microblazeel (-mips) -mips64 -mips64el -mipsel -moxie -or32 (-ppc) (-ppc64) -ppcemb -s390x -sh4 -sh4eb (-sparc) -sparc64 -unicore32 -xtensa -xtensaeb" QEMU_USER_TARGETS="i386 x86_64 -aarch64 (-alpha) (-arm) -armeb -cris (-m68k) -microblaze -microblazeel (-mips) -mips64 -mips64el -mipsel -mipsn32 -mipsn32el -or32 (-ppc) (-ppc64) -ppc64abi32 -s390x -sh4 -sh4eb (-sparc) -sparc32plus -sparc64 -unicore32" + +>>> Attempting to run pkg_info() for 'app-emulation/qemu-2.4.0' +Using: + app-emulation/spice-protocol-0.12.3 + sys-firmware/ipxe-1.0.0_p20130925 + sys-firmware/seabios-1.7.5 + USE=binary + sys-firmware/vgabios-0.7a + +The server hardware is a HP ProLiant SE316M1-R2 (also known as DL160 G6) with 48GB RAM and a RAID1+0 with 15k SAS disks. + +Problem is solved in current master branch + +Closing according to the previous comment + |