migration/qjson: Drop gratuitous use of QOM
commitb72fe9e690db5082fdd0476074230cf2c65508bf
authorMarkus Armbruster <armbru@redhat.com>
Wed, 4 May 2016 16:49:18 +0000 (4 18:49 +0200)
committerAmit Shah <amit.shah@redhat.com>
Mon, 23 May 2016 08:46:12 +0000 (23 14:16 +0530)
tree2b332dd8bc8eb429cbbc31684e3239588522492f
parent17b74b98676aee5bc470b173b1e528d2fce2cf18
migration/qjson: Drop gratuitous use of QOM

All the use of QOM buys us here is the ability to destroy the thing
with object_unref(OBJECT(vmdesc)).  Not worth the notational overhead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1462380558-2030-3-git-send-email-armbru@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
include/migration/qjson.h
migration/qjson.c
migration/savevm.c