register: 0.829 risc-v: 0.811 ppc: 0.800 virtual: 0.792 TCG: 0.785 KVM: 0.750 vnc: 0.735 user-level: 0.732 performance: 0.730 debug: 0.729 graphic: 0.719 semantic: 0.718 VMM: 0.718 hypervisor: 0.710 PID: 0.708 arm: 0.697 x86: 0.695 architecture: 0.694 device: 0.692 mistranslation: 0.692 network: 0.691 peripherals: 0.687 kernel: 0.682 permissions: 0.659 boot: 0.648 socket: 0.640 assembly: 0.631 files: 0.553 i386: 0.418 -------------------- x86: 0.972 user-level: 0.888 debug: 0.820 performance: 0.816 hypervisor: 0.696 kernel: 0.460 virtual: 0.256 vnc: 0.122 register: 0.036 TCG: 0.036 boot: 0.025 socket: 0.023 files: 0.021 PID: 0.020 semantic: 0.018 device: 0.017 network: 0.013 VMM: 0.012 risc-v: 0.008 architecture: 0.007 KVM: 0.004 ppc: 0.004 permissions: 0.003 assembly: 0.003 peripherals: 0.002 graphic: 0.002 mistranslation: 0.001 i386: 0.000 arm: 0.000 main-loop: WARNING: I/O thread spun for 1000 iterations I compile the latest qemu to launch a VM but the monitor output the "main-loop: WARNING: I/O thread spun for 1000 iterations". # /usr/local/bin/qemu-system-x86_64 -name rhel6 -S -no-kvm -m 1024M -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid c9dd2a5c-40f2-fd3d-3c54-9cd84f8b9174 -rtc base=utc -drive file=/home/samba-share/ubuntu.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=none -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=disk,serial=425618d4-871f-4021-bc5d-bcd7f1b5ca9c,bootindex=0 -vnc :1 -boot menu=on -monitor stdio QEMU 2.3.93 monitor - type 'help' for more information (qemu) c (qemu) main-loop: WARNING: I/O thread spun for 1000 iterations <----------------------- qemu]# git branch -v * master e95edef Merge remote-tracking branch 'remotes/sstabellini/tags/xen-migration-2.4-tag' into staging host kernel version: 2.6.32-504.23.4.el6.x86_64 (qemu) info version 2.3.93 On Tue, Aug 4, 2015 at 10:56 AM, Sibiao Luo