qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/16] introduce OptsVisitor, rebase -net/-netde


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/16] introduce OptsVisitor, rebase -net/-netdev parsing
Date: Thu, 07 Jun 2012 17:46:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Il 07/06/2012 17:29, Michael Roth ha scritto:
> For QEMU <-> X serialization/deserialization, such as a visitor which
> implements a wire encoding (QMP being the only example currently), we need to
> take care that the wire encoding is compatible with the representation
> expected by the other end (according to the QAPI schema or whatever other
> means we use to document it). This holds for QMP/JSON, and we'll need to take
> care that it holds for anything that's added in the future.

Actually the string visitor does indeed need an uint64 visitor exactly
for this reason.  Will be done before 1.2. :)

Laszlo's option visitor needs the same, but it's not in the tree.

Paolo



reply via email to

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