graphic: 0.847 permissions: 0.838 KVM: 0.827 architecture: 0.824 assembly: 0.819 register: 0.819 device: 0.812 PID: 0.804 risc-v: 0.802 kernel: 0.797 files: 0.795 virtual: 0.791 socket: 0.788 debug: 0.786 arm: 0.782 user-level: 0.778 hypervisor: 0.778 performance: 0.774 network: 0.767 x86: 0.760 semantic: 0.759 VMM: 0.756 vnc: 0.753 peripherals: 0.739 ppc: 0.738 boot: 0.725 TCG: 0.716 mistranslation: 0.704 i386: 0.483 guest can't get IP when create guest with bridge. Environment: ------------ Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit:aefbef10e3ae6e2c6e3c54f906f10b34c73a2c66 qemu.git Commit:dc1e1350f8061021df765b396295329797d66933 Host Kernel Version:4.1.0 Hardware:Ivytown_EP, Haswell_EP Bug detailed description: -------------------------- when create guest with bridge, the guest can not get ip. note: 1. fail rate: 3/5 2. this is a qemu bug: kvm + qemu = result aefbef10 + dc1e1350 = bad aefbef10 + a4ef02fd = good Reproduce steps: ---------------- 1. create guest: qemu-system-x86_64 -enable-kvm -m 2G -smp 4 -device virtio-net-pci,netdev=net0,mac=$random_mac -netdev tap,id=net0,script=/etc/kvm/qemu-ifup rhel6u5.qcow Current result: ---------------- guest can't get IP Expected result: ---------------- guest can get ip Basic root-causing log: ---------------------- the first bad commit is commit a90a7425cf592a3afeff3eaf32f543b83050ee5c Author: Fam Zheng