[Qemu-devel] Re: [PATCH 0/3] Make BOOTP work with slirp

2007-02-18 Thread Erwan Velu
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

Re: [Qemu-devel] [PATCH 1/1] Making pxe working in the NAT mode

2007-02-16 Thread Erwan Velu
Anthony Liguori wrote: Hi Erwan, I really like the idea of your patch. Of course, the hard coding is not really reasonable :-) Also, PXE is an x86-ism. What you've really done is added a mechanism to publish a BOOTP name. We do need to add a new option too as one may want to use -boot n

[Qemu-devel] [PATCH 1/1] Making pxe working in the NAT mode

2007-02-14 Thread Erwan Velu
Hey folks, I saw the lastest qemu support pxe so I tried it using the following command: qemu -hda /tmp/a.img -net nic n- user -boot n Note that now qemu support pxe mode, the mandatory -hda option is no more mandatory but this is not directly linked to my patch. I saw qemu integrates a dhcp