From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FICQu-0002tH-Qt for qemu-devel@nongnu.org; Sat, 11 Mar 2006 17:19:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FICQt-0002oW-4z for qemu-devel@nongnu.org; Sat, 11 Mar 2006 17:19:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FICQt-0002oI-1r for qemu-devel@nongnu.org; Sat, 11 Mar 2006 17:19:31 -0500 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FICUU-0005d6-LQ for qemu-devel@nongnu.org; Sat, 11 Mar 2006 17:23:14 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Set hostname in DHCP response Date: Sat, 11 Mar 2006 22:19:26 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603112219.27328.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 10 March 2006 07:35, Ed Swierk wrote: > Here is a patch that sets the hostname in the DHCP response generated > by qemu's user-net DHCP server, and adds a new -hostname command line > option to specify the value. This should be set via -net user,hostname=foo. No need for a separate option. Paul