From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH 1/2] kvm tools: Use kernel dhcp for network autoconfiguration Date: Wed, 14 Sep 2011 19:57:24 +0800 Message-ID: <4E7096A4.3050101@gmail.com> References: <1315984270-4402-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: penberg@kernel.org, kvm@vger.kernel.org, mingo@elte.hu, gorcunov@gmail.com To: Sasha Levin Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:47311 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756410Ab1INMEJ (ORCPT ); Wed, 14 Sep 2011 08:04:09 -0400 Received: by gwb15 with SMTP id 15so1476935gwb.19 for ; Wed, 14 Sep 2011 05:04:08 -0700 (PDT) In-Reply-To: <1315984270-4402-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/14/2011 03:11 PM, Sasha Levin wrote: > This patch removes the manual/usermode dhcp client configuration and instead > uses the DHCP client built within the kernel. > > Since this client is tightly integrated with NFS (if NFS config is set), we > will add a specific NFS root addr in our DHCP offer to point it to a non > existent address so that we won't hang trying to poke it for our root. > > Signed-off-by: Sasha Levin Acked-by: Asias He -- Asias He