qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 06/12] qapi: add socket address types


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 06/12] qapi: add socket address types
Date: Thu, 20 Sep 2012 10:01:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

Il 19/09/2012 19:20, Eric Blake ha scritto:
>> > +{ 'type': 'IPSocketAddress',
>> > +  'data': {
>> > +    'host': 'str',
>> > +    'port': 'str',
>> > +    '*to': 'uint16',
> Why is 'port' a string, but 'to' a uint16?  Shouldn't they both be uint16?

port can be a service name.

Paolo



reply via email to

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