diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-08-24 10:46:07 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-09-04 13:09:13 +0200 |
commit | 5b5f825d44306b18509cd10ba9ac6983e90d6e0f (patch) | |
tree | 4eaa8543ba0c568929b6879ff239b70ddfcef056 /migration | |
parent | 1c236ba5319d6141964fddb38f1d942cebcaed05 (diff) | |
download | qemu-5b5f825d44306b18509cd10ba9ac6983e90d6e0f.zip |
qapi: Generate FOO_str() macro for QAPI enum FOO
The next commit will put it to use. May look pointless now, but we're
going to change the FOO_lookup's type, and then it'll help.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1503564371-26090-13-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'migration')
-rw-r--r-- | migration/global_state.c | 1 | ||||
-rw-r--r-- | migration/migration.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/migration/global_state.c b/migration/global_state.c index 88c55f8cdb..76cd3a13d4 100644 --- a/migration/global_state.c +++ b/migration/global_state.c @@ -14,7 +14,6 @@ #include "qemu/cutils.h" #include "qemu/error-report.h" #include "qapi/error.h" -#include "qapi/util.h" #include "migration.h" #include "migration/global_state.h" #include "migration/vmstate.h" diff --git a/migration/migration.c b/migration/migration.c index c3fe0ed9ca..1a2b3ebd1a 100644 --- a/migration/migration.c +++ b/migration/migration.c @@ -31,7 +31,6 @@ #include "migration/vmstate.h" #include "block/block.h" #include "qapi/qmp/qerror.h" -#include "qapi/util.h" #include "qemu/rcu.h" #include "block.h" #include "postcopy-ram.h" |