Re: [Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server

2013-07-02 Thread Bas van Sisseren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/13 22:51, Eric Blake wrote: > On 06/21/2013 07:20 AM, Bas van Sisseren wrote: >> The slirp dhcp-server normally returns its own address as tftp >> nextserver for netbooting. This patch makes that address >> configurable,

[Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server

2013-06-21 Thread Bas van Sisseren
The slirp dhcp-server normally returns its own address as tftp nextserver for netbooting. This patch makes that address configurable, so it is possible to use an external tftp boot- environment. Signed-off-by: Bas van Sisseren --- net/slirp.c | 10 -- qapi-schema.json | 3

Re: [Qemu-devel] [PATCH] [slirp] fix -net user checks by reordering checks

2013-06-17 Thread Bas van Sisseren
On 04/06/13 14:26, Stefan Hajnoczi wrote: > On Mon, Jun 03, 2013 at 03:11:49PM +0200, Bas van Sisseren wrote: >> reorder slirp config options. first check the dns-server-address, >> then check the first-dhcp-address. the original code was comparing >> the first-dhcp-address

[Qemu-devel] [PATCH] [slirp] fix -net user checks by reordering checks

2013-06-03 Thread Bas van Sisseren
reorder slirp config options. first check the dns-server-address, then check the first-dhcp-address. the original code was comparing the first-dhcp-address with the default dns-server-address, not the configured dns-server-address. Signed-off-by: Bas van Sisseren --- net/slirp.c | 12