Re: [Qemu-devel] [PATCH] Fix ipv6 options according to documentation

2016-03-30 Thread Eric Blake
On 03/30/2016 04:55 PM, Samuel Thibault wrote: > The options names were fixed in the qapi layer, but not in the command-line > options. > > Signed-off-by: Samuel Thibault > --- > net/net.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > Reviewed-by: Eric Blake -- Er

[Qemu-devel] [PATCH] Fix ipv6 options according to documentation

2016-03-30 Thread Samuel Thibault
The options names were fixed in the qapi layer, but not in the command-line options. Signed-off-by: Samuel Thibault --- net/net.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net/net.c b/net/net.c index 3b5a142..594c3b8 100644 --- a/net/net.c +++ b/net/net.c