qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

qobject: Drop superfluous includes of qemu-common.h

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-53-armbru@redhat.com>

-9
-1
include/qapi/qmp/json-parser.h
··· 14 14 #ifndef QEMU_JSON_PARSER_H 15 15 #define QEMU_JSON_PARSER_H 16 16 17 - #include "qemu-common.h" 18 17 #include "qapi/qmp/json-lexer.h" 19 18 20 19 typedef struct JSONToken JSONToken;
-1
qobject/json-lexer.c
··· 12 12 */ 13 13 14 14 #include "qemu/osdep.h" 15 - #include "qemu-common.h" 16 15 #include "qapi/qmp/json-lexer.h" 17 16 #include "qapi/qmp/json-streamer.h" 18 17
-1
qobject/json-streamer.c
··· 12 12 */ 13 13 14 14 #include "qemu/osdep.h" 15 - #include "qemu-common.h" 16 15 #include "qapi/error.h" 17 16 #include "qapi/qmp/json-lexer.h" 18 17 #include "qapi/qmp/json-parser.h"
-1
qobject/qbool.c
··· 13 13 14 14 #include "qemu/osdep.h" 15 15 #include "qapi/qmp/qbool.h" 16 - #include "qemu-common.h" 17 16 18 17 /** 19 18 * qbool_from_bool(): Create a new QBool from a bool
-1
qobject/qlist.c
··· 17 17 #include "qapi/qmp/qnum.h" 18 18 #include "qapi/qmp/qstring.h" 19 19 #include "qemu/queue.h" 20 - #include "qemu-common.h" 21 20 22 21 /** 23 22 * qlist_new(): Create a new QList
-1
qobject/qnull.c
··· 11 11 */ 12 12 13 13 #include "qemu/osdep.h" 14 - #include "qemu-common.h" 15 14 #include "qapi/qmp/qnull.h" 16 15 17 16 QNull qnull_ = {
-1
qobject/qnum.c
··· 14 14 15 15 #include "qemu/osdep.h" 16 16 #include "qapi/qmp/qnum.h" 17 - #include "qemu-common.h" 18 17 19 18 /** 20 19 * qnum_from_int(): Create a new QNum from an int64_t
-1
qobject/qobject.c
··· 8 8 */ 9 9 10 10 #include "qemu/osdep.h" 11 - #include "qemu-common.h" 12 11 #include "qapi/qmp/qbool.h" 13 12 #include "qapi/qmp/qnull.h" 14 13 #include "qapi/qmp/qnum.h"
-1
qobject/qstring.c
··· 12 12 13 13 #include "qemu/osdep.h" 14 14 #include "qapi/qmp/qstring.h" 15 - #include "qemu-common.h" 16 15 17 16 /** 18 17 * qstring_new(): Create a new empty QString