qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/22] QAPI Round 1


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 00/22] QAPI Round 1
Date: Sun, 6 Mar 2011 19:22:42 -0600

This is the first round of QAPI.  This lays all the basic ground work for QAPI
including a client library, new server, and new signal/slot mechanism.

The QAPI development branch contains conversions of every 0.14 QMP command and
also converts all possible HMP commands to use the QMP versions of these
commands.

The bulk of QAPI is generated by a JSON schema using a Python code generator.
The test suite is based on glib.

Reviewing the code generator is hard.  I'll reply to each note with the code
generator output to show what kind of code actually is generated.

This series adds an unconditional build dependency on Python and glib.

More information about QAPI can be found on the wiki:

http://wiki.qemu.org/Features/QAPI




reply via email to

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