On 08.03.2016 11:34, Samuel Thibault wrote: > From: Yann Bordenave <[email protected]> > > This patch adds parameters to manage some new options in the qemu -net > command. > Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in > argument to the qemu command. > Defaults parameters are respectively fec0::2, fec0::, /64 and fec0::3. > > Signed-off-by: Yann Bordenave <[email protected]> > Signed-off-by: Samuel Thibault <[email protected]> > --- > net/net.c | 31 ++++++++++++++++++++++ > net/slirp.c | 81 > +++++++++++++++++++++++++++++++++++++++++++++++++++----- > qapi-schema.json | 12 +++++++++ > qemu-options.hx | 18 +++++++++++-- > slirp/libslirp.h | 8 +++--- > slirp/slirp.c | 28 +++++++------------- > 6 files changed, 148 insertions(+), 30 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
