From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPJhq-0005Vm-Fb for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:16:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPJhl-0005Qo-Fn for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:16:17 -0400 Received: from [199.232.76.173] (port=49725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPJhl-0005Qg-9B for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:16:13 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:14071) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPJhk-0003vD-SL for qemu-devel@nongnu.org; Fri, 10 Jul 2009 13:16:13 -0400 Received: by rv-out-0708.google.com with SMTP id b17so229866rvf.22 for ; Fri, 10 Jul 2009 10:16:11 -0700 (PDT) Message-ID: <4A577758.8010607@codemonkey.ws> Date: Fri, 10 Jul 2009 12:16:08 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] slirp: Fix default netmask to 255.255.255.0 References: <4A4CD24E.1090309@siemens.com> In-Reply-To: <4A4CD24E.1090309@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel , Avi Kivity Jan Kiszka wrote: > This got broken between a13a4126c8 and c92ef6a22d: old slirp code used > 255.255.255.0. > > Signed-off-by: Jan Kiszka > I don't understand why, but this changeset breaks -net user for me. I get: x86_64-softmmu/qemu-system-x86_64 -hda ~/images/linux.img -snapshot -L ~/git/qemu/pc-bios qemu: Could not initialize device 'user' Regards, Anthony Liguori