From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIaLy-0008J0-QU for qemu-devel@nongnu.org; Sat, 17 Feb 2007 19:56:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIaLx-0008Fl-7N for qemu-devel@nongnu.org; Sat, 17 Feb 2007 19:56:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIaLx-0008Fh-5C for qemu-devel@nongnu.org; Sat, 17 Feb 2007 19:56:33 -0500 Received: from nz-out-0506.google.com ([64.233.162.225]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HIaLw-0004BN-Rc for qemu-devel@nongnu.org; Sat, 17 Feb 2007 19:56:32 -0500 Received: by nz-out-0506.google.com with SMTP id i11so2266205nzi for ; Sat, 17 Feb 2007 16:56:31 -0800 (PST) Message-ID: <45D7A43B.20808@codemonkey.ws> Date: Sat, 17 Feb 2007 18:56:27 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [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: qemu-devel@nongnu.org, Erwan Velu 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