[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V6 00/29] add direct support of event in qapi sc
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH V6 00/29] add direct support of event in qapi schema |
Date: |
Tue, 17 Jun 2014 22:00:44 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 06/17/2014 04:57 AM, Paolo Bonzini wrote:
> Il 15/06/2014 02:52, Wenchao Xia ha scritto:
>>> Unfortunately, this already does not apply anymore.
>>>
>>> I've placed the rebase on branch qapi-event of my github repository. The
>>> resolutions are trivial, so perhaps Luiz or Michael can pull from there?
>>>
>>> Paolo
>>
I'm still reviewing your git tree; I raised a couple comments on 3/29
(see my replies there). Also:
> +++ b/include/qapi/qmp-event.h
> @@ -17,7 +17,7 @@
> #include "qapi/error.h"
> #include "qapi/qmp/qdict.h"
>
> -typedef void (*QMPEventFuncEmit)(int event_kind, QDict *dict, Error **errp);
> +typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict, Error **errp);
It looks like you have some churn on this definition; patch 4/29 in your
qapi-event branch did:
-enum QAPIEvent;
-typedef void (*QMPEventFuncEmit)(enum QAPIEvent event, QDict *dict,
Error **errp);
+typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict, Error
**errp);
Can you hoist the use of 'unsigned' directly into 2/29 to minimize the
churn?
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
Re: [Qemu-devel] [PATCH V6 00/29] add direct support of event in qapi schema, Paolo Bonzini, 2014/06/10
Re: [Qemu-devel] [PATCH V6 00/29] add direct support of event in qapi schema,
Eric Blake <=
Re: [Qemu-devel] [PATCH V6 00/29] add direct support of event in qapi schema, Paolo Bonzini, 2014/06/18