Skip to content

Commit

Permalink
migration: Move qjson.h to migration/
Browse files Browse the repository at this point in the history
It is only used for migration code.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  • Loading branch information
Juan Quintela committed May 18, 2017
1 parent c59be01 commit 05b98c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migration/qjson.c
Expand Up @@ -25,7 +25,7 @@

#include "qemu/osdep.h"
#include "qapi/qmp/qstring.h"
#include "migration/qjson.h"
#include "qjson.h"

struct QJSON {
QString *str;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion migration/vmstate.c
Expand Up @@ -7,7 +7,7 @@
#include "qemu/error-report.h"
#include "qemu/queue.h"
#include "trace.h"
#include "migration/qjson.h"
#include "qjson.h"

static void vmstate_subsection_save(QEMUFile *f, const VMStateDescription *vmsd,
void *opaque, QJSON *vmdesc);
Expand Down

0 comments on commit 05b98c2

Please sign in to comment.