|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] Re: [PATCH 00/15] QAPI Round 1 (core code generator) (v2) |
Date: | Wed, 16 Mar 2011 17:31:44 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 |
On 03/16/2011 05:03 PM, Anthony Liguori wrote:
So for an event, you just need to do: { 'signal': 'vnc-connected', 'data': { 'client': 'VncClientInfo' } } And you can add new fields to the VncClientInfo structure as much as you'd like without worrying about breaking the C ABI.
So why couldn't you automatically wrap the events data field in a structure (e.g. vnc-connected events receive a VncConnectedEventData*)?
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |