From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcA5A-0002SV-BB for qemu-devel@nongnu.org; Tue, 14 May 2013 03:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcA59-0000Km-6e for qemu-devel@nongnu.org; Tue, 14 May 2013 03:55:36 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:50009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcA0x-0007UN-8D for qemu-devel@nongnu.org; Tue, 14 May 2013 03:51:15 -0400 Received: by mail-wi0-f178.google.com with SMTP id ey16so171437wid.5 for ; Tue, 14 May 2013 00:51:14 -0700 (PDT) Date: Tue, 14 May 2013 09:51:09 +0200 From: Stefan Hajnoczi Message-ID: <20130514075109.GB3632@stefanha-thinkpad.redhat.com> References: <20130514000224.654.59977.malonedeb@wampee.canonical.com> <20130514000224.654.59977.malonedeb@wampee.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130514000224.654.59977.malonedeb@wampee.canonical.com> 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: Bug 1179731 <1179731@bugs.launchpad.net> Cc: qemu-devel@nongnu.org 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