On 09/28/2012 04:36 AM, Amos Kong wrote: > On 27/09/12 21:28, Luiz Capitulino wrote: >> > > Sorry the delay review. > > > hex isn't support when using qmp monitor. > >> +{ 'union': 'KeyValue', >> + 'data': { >> + 'number': 'int', > > It's 'int' not hex format. Indeed - I just re-read the JSON overview at http://www.json.org/, which is explicit that numbers are decimal only (no octal or hexadecimal support, and no support for a leading 0 except when the number is exactly 0). [Serves me right for not realizing this aspect of JSON when I did my review earlier.] I don't think this invalidates the QMP (libvirt already sends decimal, and wasn't planning on sending hex), but you DO have a point that: > > qmp-commands.hx also needs to be updated with latest examples: Since this is already in the PULL request, I think the docs touchup could be a separate patch. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org