qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 16/16] qapi-schema, qemu-options & slirp: Adding


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 16/16] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Date: Tue, 22 Oct 2013 21:25:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/22/2013 08:12 PM, Samuel Thibault wrote:
> I see.  So it would be something like this?
> 
> commit 1807466d691f281f430fbf8c0bbff6bf8073247d
> Author: Samuel Thibault <address@hidden>
> Date:   Tue Oct 22 21:11:46 2013 +0200
> 
>     qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
>     
>     This patchs 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 fc00::2, fc00::, /64 and fc00::3.
>     
>     Signed-off-by: Yann Bordenave <address@hidden>
>     Signed-off-by: Samuel Thibault <address@hidden>

Yes, this looks better from the interface point of view (I didn't
closely review the code though, as I'm not a slirp expert).

>  { 'type': 'NetdevUserOptions',
>    'data': {
> -    '*hostname':  'str',
> -    '*restrict':  'bool',
> -    '*ip':        'str',
> -    '*net':       'str',
> -    '*host':      'str',
> -    '*tftp':      'str',
> -    '*bootfile':  'str',
> -    '*dhcpstart': 'str',
> -    '*dns':       'str',
> -    '*dnssearch': ['String'],
> -    '*smb':       'str',
> -    '*smbserver': 'str',
> -    '*hostfwd':   ['String'],
> -    '*guestfwd':  ['String'] } }
> +    '*hostname':        'str',
> +    '*restrict':        'bool',
> +    '*ip':              'str',
> +    '*net':             'str',
> +    '*host':            'str',
> +    '*tftp':            'str',
> +    '*bootfile':        'str',
> +    '*dhcpstart':       'str',
> +    '*dns':             'str',
> +    '*dnssearch':       ['String'],
> +    '*ip6-prefix':      'str',
> +    '*ip6-prefixlen':   'int',
> +    '*ip6-host':        'str',
> +    '*ip6-dns':         'str',
> +    '*smb':             'str',
> +    '*smbserver':       'str',
> +    '*hostfwd':         ['String'],
> +    '*guestfwd':        ['String'] } }
>  

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]