Re: [libvirt] FYI: qemu silently clipping large integers in JSON protocol

2011-05-27 Thread Daniel Veillard
On Fri, May 20, 2011 at 08:20:33PM +0100, Richard W.M. Jones wrote: > This thread may be of interest: > > http://lists.gnu.org/archive/html/qemu-devel/2011-05/threads.html#02162 > > Currently, qemu silently clips any JSON integer in the range > 0x8000___ - 0x___ (all n

[libvirt] FYI: qemu silently clipping large integers in JSON protocol

2011-05-20 Thread Richard W.M. Jones
This thread may be of interest: http://lists.gnu.org/archive/html/qemu-devel/2011-05/threads.html#02162 Currently, qemu silently clips any JSON integer in the range 0x8000___ - 0x___ (all numbers in this range will be clipped to 0x7fff___ == LLONG_MAX). Th