qemu-patch-raspberry4/include/qapi/qmp
Eric Blake 7264f5c50c qapi: Convert QType into QAPI built-in enum type
What's more meta than using qapi to define qapi? :)

Convert QType into a full-fledged[*] builtin qapi enum type, so
that a subsequent patch can then use it as the discriminator
type of qapi alternate types.  Fortunately, the judicious use of
'prefix' in the qapi definition avoids churn to the spelling of
the enum constants.

To avoid circular definitions, we have to flip the order of
inclusion between "qobject.h" vs. "qapi-types.h".  Back in commit
28770e0, we had the latter include the former, so that we could
use 'QObject *' for our implementation of 'any'.  But that usage
also works with only a forward declaration, whereas the
definition of QObject requires QType to be a complete type.

[*] The type has to be builtin, rather than declared in
qapi/common.json, because we want to use it for alternates even
when common.json is not included. But since it is the first
builtin enum type, we have to add special cases to qapi-types
and qapi-visit to only emit definitions once, even when two
qapi files are being compiled into the same binary (the way we
already handled builtin list types like 'intList').  We may
need to revisit how multiple qapi files share common types,
but that's a project for another day.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1449033659-25497-4-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2015-12-17 08:21:28 +01:00
..
dispatch.h qmp hmp: Consistently name Error * objects err, and not errp 2014-05-08 14:20:00 -04:00
json-lexer.h qjson: replace QString in JSONLexer with GString 2015-11-26 09:31:22 +01:00
json-parser.h qjson: store tokens in a GQueue 2015-11-26 10:07:07 +01:00
json-streamer.h qjson: surprise, allocating 6 QObjects per token is expensive 2015-11-26 10:07:07 +01:00
qbool.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qdict.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qerror.h replay: replay blockers for devices 2015-11-06 10:16:03 +01:00
qfloat.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qint.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qjson.h qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declaration 2014-03-03 09:45:46 +04:00
qlist.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qobject.h qapi: Convert QType into QAPI built-in enum type 2015-12-17 08:21:28 +01:00
qstring.h qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
types.h qapi: move include files to include/qobject/ 2012-12-19 08:31:31 +01:00