qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH] win32: use PRId64 instead of %lld


From: Luiz Capitulino
Subject: Re: [Qemu-devel] Re: [PATCH] win32: use PRId64 instead of %lld
Date: Mon, 25 Jan 2010 13:27:19 -0200

On Mon, 25 Jan 2010 15:35:53 +0100
Markus Armbruster <address@hidden> wrote:

> Luiz Capitulino <address@hidden> writes:
> 
> > On Mon, 25 Jan 2010 12:09:06 +0200
> > "Michael S. Tsirkin" <address@hidden> wrote:
> [...]
> >>                                                                 Finally,
> >> don't we want unsigned values in protocol?
> >
> >  JSON doesn't support them.
> 
> Uh, where does the RFC say that?

 I see that my comment was misleading.

 In JSON we don't have unsigned types, we have only a type
called 'number' to represent them all.

 Unsigneds should be handled correctly, except for uint64_t which
is cast to int64_t.

 Michael, does this answer your question? Is there any
issue with the handling of unsigneds I'm not aware about?




reply via email to

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