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