From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIkEV-0000eV-9m for qemu-devel@nongnu.org; Sun, 18 Feb 2007 06:29:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIkET-0000eG-4z for qemu-devel@nongnu.org; Sun, 18 Feb 2007 06:29:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIkET-0000e9-08 for qemu-devel@nongnu.org; Sun, 18 Feb 2007 06:29:29 -0500 Received: from seanodes.co.fr.clara.net ([212.43.220.11]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HIkES-0005Dq-As for qemu-devel@nongnu.org; Sun, 18 Feb 2007 06:29:28 -0500 Message-ID: <45D8388F.2080600@free.fr> Date: Sun, 18 Feb 2007 12:29:19 +0100 From: Erwan Velu MIME-Version: 1.0 References: <45D7A43B.20808@codemonkey.ws> In-Reply-To: <45D7A43B.20808@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/3] Make BOOTP work with slirp Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: > The following patch series allows for BOOTP to be used with slirp. > The original patch was written by Erwan Velu. > > With the full series, you can do: > > qemu -hda /path/to/disk.img -boot n -tftp ~/tftpdir -bootp /pxelinux.0 > > And the guest will boot from ~/tftpdir/pxelinux.0. > > Regards, > > Anthony Liguori One more time anthony, thanks for you work. I really love to see this feature entering qemu. Regards, Erwan Velu