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 11:33:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 10/22/2013 11:31 AM, Samuel Thibault wrote:
> Hello,
> 
> Eric Blake, le Tue 22 Oct 2013 11:27:27 +0100, a écrit :
>> On 10/22/2013 11:22 AM, Samuel Thibault wrote:
>>> Eric Blake, le Mon 21 Oct 2013 22:04:23 +0100, a écrit :
>>>>> +    '*ip6_prefix':      'str',
>>>>
>>>> Why is this a str instead of an integer?
>>>
>>> prefix would be e.g. fc00::1/64.
>>
>> That requires me to post-parse it. Would it be smarter to represent this
>> as two elements, one for the "fc00::1" string, and another for the 64
>> width, so that I don't have to post-parse?
> 
> It makes sense, yes, the syntax would be [ip6-prefix=net[/netsize]] . I
> just don't know how to express that in qapi :)

'*ip6_net':'str', '*ip6_netsize':'int'

passed on the wire as:

"ip6_net":"fc00::1", "ip6_netsize":64

-- 
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]