summary refs log tree commit diff stats
path: root/tests/test-qmp-event.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-07-01 12:59:40 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:13 +0200
commit016a335bd8ca624f43adbb08fa1698c29ec52a1a (patch)
tree3e5d18605738c7a54dc4c0c43eae29766295eb6e /tests/test-qmp-event.c
parent00dfc3b2c272d98556ec6095d56bdd8b036babf9 (diff)
downloadfocaccia-qemu-016a335bd8ca624f43adbb08fa1698c29ec52a1a.tar.gz
focaccia-qemu-016a335bd8ca624f43adbb08fa1698c29ec52a1a.zip
qapi-event: Clean up how name of enum QAPIEvent is made
Use c_name() instead of ad hoc code.  Doesn't upcase the -p prefix,
which is an improvement in my book.  Unbreaks prefix containing '.',
but other funny characters remain broken.  To be fixed next.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/test-qmp-event.c')
-rw-r--r--tests/test-qmp-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-qmp-event.c b/tests/test-qmp-event.c
index 1ee40e148a..28f146d4b7 100644
--- a/tests/test-qmp-event.c
+++ b/tests/test-qmp-event.c
@@ -94,7 +94,7 @@ static bool qdict_cmp_simple(QDict *a, QDict *b)
 
 /* This function is hooked as final emit function, which can verify the
    correctness. */
-static void event_test_emit(TEST_QAPIEvent event, QDict *d, Error **errp)
+static void event_test_emit(test_QAPIEvent event, QDict *d, Error **errp)
 {
     QObject *obj;
     QDict *t;