From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcCkS-0006jM-Rr for qemu-devel@nongnu.org; Tue, 14 May 2013 06:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcCkR-0006Qx-DM for qemu-devel@nongnu.org; Tue, 14 May 2013 06:46:24 -0400 Received: from mail-ye0-f180.google.com ([209.85.213.180]:59372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcCkR-0006Qm-84 for qemu-devel@nongnu.org; Tue, 14 May 2013 06:46:23 -0400 Received: by mail-ye0-f180.google.com with SMTP id r11so37929yen.25 for ; Tue, 14 May 2013 03:46:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <519215F6.7090800@redhat.com> Date: Tue, 14 May 2013 12:46:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130514000224.654.59977.malonedeb@wampee.canonical.com> <20130514075109.GB3632@stefanha-thinkpad.redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1179731] [NEW] is networking broken on windows hosts? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Stefan Hajnoczi , qemu-devel , Bug 1179731 <1179731@bugs.launchpad.net> Il 14/05/2013 12:24, TeLeMan ha scritto: > On Tue, May 14, 2013 at 3:51 PM, Stefan Hajnoczi wrote: >> On Tue, May 14, 2013 at 12:02:24AM -0000, therock247uk wrote: >>> just wondering as i just compiled the latest git and qemu goes into none >>> responding mode when i try to do any networking stuff on guests (both >>> linux and windows) >> >> Works for me on qemu.git/master on Linux: >> >> $ git rev-parse HEAD >> b087143b4d010451208264b7c841436aafe1cbb1 >> $ x86_64-softmmu/qemu-system-x86_64 -m 1024 -enable-kvm -cpu host \ >> -drive if=virtio,cache=none,file=test.img >> >> Please include more information, like the QEMU command-line and commit >> ID. >> >> Stefan >> > > This regression occurs on the Windows host. SLIRP hangs in sorecvfrom(). Can you bisect it? Paolo