]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
authorYann Bordenave <meow@meowstars.org>
Tue, 15 Mar 2016 09:31:22 +0000 (10:31 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 15 Mar 2016 09:35:25 +0000 (10:35 +0100)
commit7aac531ef260e3176838f8089525f3e13e40b607
treed6f86287f03acba16bdf2407871e21d74caf5932
parent05061d8548598c92bda94de0c6159732e75da719
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses

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 <meow@meowstars.org>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
net/net.c
net/slirp.c
qapi-schema.json
qemu-options.hx
slirp/libslirp.h
slirp/slirp.c