[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 02/15] qapi: add code generator for type marshal
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] Re: [PATCH 02/15] qapi: add code generator for type marshallers |
Date: |
Fri, 18 Mar 2011 12:13:30 -0300 |
On Fri, 11 Mar 2011 17:05:32 -0600
Anthony Liguori <address@hidden> wrote:
> This code will marshal a QMP type from native representation to a QObject and
> vice versa.
>
> Marshaling from a native representation to a QObject can never generate an
> Error although the opposite direction may.
>
> Signed-off-by: Anthony Liguori <address@hidden>
So, as I reported to you by IRC, this patch doesn't compile, breaking bisect:
/home/lcapitulino/src/qmp-unstable/qmp-core.c:12:17: fatal error: qmp.h: No
such file or directory
compilation terminated.
make: *** [qmp-core.o] Error 1
make: *** Waiting for unfinished jobs....
~/src/qmp-unstable/build (qapi-core-v2-review)/
Actually, I'm pretty sure I also got this problem with the series fully
applied too, but I managed to make it go away someway and I couldn't
reproduce it anymore (so I thought it was a local problem).
- [Qemu-devel] [PATCH 08/15] qapi: add new QMP server that uses CharDriverState (v2), (continued)
- [Qemu-devel] [PATCH 08/15] qapi: add new QMP server that uses CharDriverState (v2), Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 09/15] vl: add a new -qmp2 option to expose experimental QMP server, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 10/15] qapi: add QMP quit command, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 07/15] qapi: add query-version QMP command, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 11/15] qapi: add QMP qmp_capabilities command, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 06/15] qapi: add code generators for QMP command marshaling, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 02/15] qapi: add code generator for type marshallers, Anthony Liguori, 2011/03/11
- [Qemu-devel] Re: [PATCH 02/15] qapi: add code generator for type marshallers,
Luiz Capitulino <=
- [Qemu-devel] [PATCH 14/15] qapi: add test-libqmp, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 15/15] qapi: generate HTML report for test-libqmp, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 13/15] qapi: add code generator for libqmp (v2), Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 12/15] qapi: add QMP put-event command, Anthony Liguori, 2011/03/11
- [Qemu-devel] Re: [PATCH 00/15] QAPI Round 1 (core code generator) (v2), Luiz Capitulino, 2011/03/16