[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 00/15] QAPI Round 1 (core code generator) (v2)
From: |
Anthony Liguori |
Subject: |
[Qemu-devel] [PATCH 00/15] QAPI Round 1 (core code generator) (v2) |
Date: |
Fri, 11 Mar 2011 17:05:30 -0600 |
For more information about the background of QAPI, see
http://wiki.qemu.org/Features/QAPI
This series depends on 'QAPI Round 0' which I posted earlier.
Since v2, the major changes are:
- Switch to a multiline code emitter to ease readability
- Use named parameters for escape sequences
- Add support for proxy commands
- Add support for asynchronous commands
This version still adds a -qmp2 option. This is the only practical way I know
to have testable code while not merging 200 patches all at once.
- [Qemu-devel] [PATCH 00/15] QAPI Round 1 (core code generator) (v2),
Anthony Liguori <=
- [Qemu-devel] [PATCH 03/15] qapi: add core QMP server support (v2), Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 04/15] qapi: add signal support to core QMP server, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 05/15] qapi: add QAPI module type, Anthony Liguori, 2011/03/11
- [Qemu-devel] [PATCH 01/15] qapi: add code generator for qmp-types (v2), Anthony Liguori, 2011/03/11
- [Qemu-devel] Re: [PATCH 01/15] qapi: add code generator for qmp-types (v2), Luiz Capitulino, 2011/03/18
- [Qemu-devel] [PATCH 08/15] qapi: add new QMP server that uses CharDriverState (v2), Anthony Liguori, 2011/03/11