Include qapi/qmp/qlist.h exactly where needed
This cleanup makes the number of objects depending on qapi/qmp/qlist.h drop from 4551 (out of 4743) to 16 in my "build everything" tree. While there, separate #include from file comment with a blank line. Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-12-armbru@redhat.com>
This commit is contained in:
		
							parent
							
								
									5ee9d2fe9e
								
							
						
					
					
						commit
						47e6b297e7
					
				| 
						 | 
					@ -32,6 +32,7 @@
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
#include "qapi/qobject-output-visitor.h"
 | 
					#include "qapi/qobject-output-visitor.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "sysemu/block-backend.h"
 | 
					#include "sysemu/block-backend.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,7 @@
 | 
				
			||||||
#include "qemu/cutils.h"
 | 
					#include "qemu/cutils.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qapi/qmp/qjson.h"
 | 
					#include "qapi/qmp/qjson.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * When specifying the image filename use:
 | 
					 * When specifying the image filename use:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -45,6 +45,7 @@
 | 
				
			||||||
#include "qapi-visit.h"
 | 
					#include "qapi-visit.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
#include "qapi/qmp/qerror.h"
 | 
					#include "qapi/qmp/qerror.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qobject-output-visitor.h"
 | 
					#include "qapi/qobject-output-visitor.h"
 | 
				
			||||||
#include "sysemu/sysemu.h"
 | 
					#include "sysemu/sysemu.h"
 | 
				
			||||||
#include "sysemu/iothread.h"
 | 
					#include "sysemu/iothread.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,7 +15,6 @@
 | 
				
			||||||
#define QEMU_JSON_PARSER_H
 | 
					#define QEMU_JSON_PARSER_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
#include "qapi/qmp/qlist.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
QObject *json_parser_parse(GQueue *tokens, va_list *ap);
 | 
					QObject *json_parser_parse(GQueue *tokens, va_list *ap);
 | 
				
			||||||
QObject *json_parser_parse_err(GQueue *tokens, va_list *ap, Error **errp);
 | 
					QObject *json_parser_parse_err(GQueue *tokens, va_list *ap, Error **errp);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,6 @@
 | 
				
			||||||
#define QDICT_H
 | 
					#define QDICT_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qapi/qmp/qobject.h"
 | 
					#include "qapi/qmp/qobject.h"
 | 
				
			||||||
#include "qapi/qmp/qlist.h"
 | 
					 | 
				
			||||||
#include "qemu/queue.h"
 | 
					#include "qemu/queue.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define QDICT_BUCKET_MAX 512
 | 
					#define QDICT_BUCKET_MAX 512
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,6 +22,7 @@
 | 
				
			||||||
#include "qapi/qmp/qjson.h"
 | 
					#include "qapi/qmp/qjson.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
#include "qapi/qmp/qerror.h"
 | 
					#include "qapi/qmp/qerror.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qemu/cutils.h"
 | 
					#include "qemu/cutils.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,6 +18,7 @@
 | 
				
			||||||
#include "qemu/queue.h"
 | 
					#include "qemu/queue.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,6 +16,7 @@
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,6 +14,7 @@
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,6 +18,7 @@
 | 
				
			||||||
#include "qapi/qmp/json-streamer.h"
 | 
					#include "qapi/qmp/json-streamer.h"
 | 
				
			||||||
#include "qapi/qmp/qjson.h"
 | 
					#include "qapi/qmp/qjson.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qemu/unicode.h"
 | 
					#include "qemu/unicode.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,6 +17,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qapi/qmp/qlit.h"
 | 
					#include "qapi/qmp/qlit.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void (*qdestroy[QTYPE__MAX])(QObject *) = {
 | 
					static void (*qdestroy[QTYPE__MAX])(QObject *) = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,9 +9,10 @@
 | 
				
			||||||
 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 | 
					 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 | 
				
			||||||
 * See the COPYING.LIB file in the top-level directory.
 | 
					 * See the COPYING.LIB file in the top-level directory.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qlit.h"
 | 
					#include "qapi/qmp/qlit.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,9 +6,10 @@
 | 
				
			||||||
 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 | 
					 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 | 
				
			||||||
 * See the COPYING.LIB file in the top-level directory.
 | 
					 * See the COPYING.LIB file in the top-level directory.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,6 +22,7 @@
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const char common_args[] = "-nodefaults -machine none";
 | 
					const char common_args[] = "-nodefaults -machine none";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,8 +12,8 @@
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 | 
					 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 | 
				
			||||||
 * See the COPYING file in the top-level directory.
 | 
					 * See the COPYING file in the top-level directory.
 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,6 +25,7 @@
 | 
				
			||||||
#include "qapi/qmp/json-parser.h"
 | 
					#include "qapi/qmp/json-parser.h"
 | 
				
			||||||
#include "qapi/qmp/json-streamer.h"
 | 
					#include "qapi/qmp/json-streamer.h"
 | 
				
			||||||
#include "qapi/qmp/qjson.h"
 | 
					#include "qapi/qmp/qjson.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_IRQ 256
 | 
					#define MAX_IRQ 256
 | 
				
			||||||
#define SOCKET_TIMEOUT 50
 | 
					#define SOCKET_TIMEOUT 50
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static char *make_cli(const char *generic_cli, const char *test_cli)
 | 
					static char *make_cli(const char *generic_cli, const char *test_cli)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,6 +14,7 @@
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
#include "qapi-visit.h"
 | 
					#include "qapi-visit.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qobject-input-visitor.h"
 | 
					#include "qapi/qobject-input-visitor.h"
 | 
				
			||||||
#include "qapi/util.h"
 | 
					#include "qapi/util.h"
 | 
				
			||||||
#include "qapi/visitor.h"
 | 
					#include "qapi/visitor.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,6 +10,7 @@
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qemu/cutils.h"
 | 
					#include "qemu/cutils.h"
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,6 +12,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qapi/qobject-input-visitor.h"
 | 
					#include "qapi/qobject-input-visitor.h"
 | 
				
			||||||
#include "test-qapi-visit.h"
 | 
					#include "test-qapi-visit.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
#include <sys/un.h>
 | 
					#include <sys/un.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
    char *test_dir;
 | 
					    char *test_dir;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,6 +17,7 @@
 | 
				
			||||||
#include "qapi/qobject-output-visitor.h"
 | 
					#include "qapi/qobject-output-visitor.h"
 | 
				
			||||||
#include "test-qapi-visit.h"
 | 
					#include "test-qapi-visit.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnull.h"
 | 
					#include "qapi/qmp/qnull.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qjson.h"
 | 
					#include "qapi/qmp/qjson.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
#include "qapi/qmp/qdict.h"
 | 
					#include "qapi/qmp/qdict.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qnum.h"
 | 
					#include "qapi/qmp/qnum.h"
 | 
				
			||||||
#include "qapi/qmp/qbool.h"
 | 
					#include "qapi/qmp/qbool.h"
 | 
				
			||||||
#include "libqtest.h"
 | 
					#include "libqtest.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,6 @@
 | 
				
			||||||
#ifndef VNC_PALETTE_H
 | 
					#ifndef VNC_PALETTE_H
 | 
				
			||||||
#define VNC_PALETTE_H
 | 
					#define VNC_PALETTE_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qapi/qmp/qlist.h"
 | 
					 | 
				
			||||||
#include "qemu/queue.h"
 | 
					#include "qemu/queue.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define VNC_PALETTE_HASH_SIZE 256
 | 
					#define VNC_PALETTE_HASH_SIZE 256
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,6 +81,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qapi/qmp/qstring.h"
 | 
					#include "qapi/qmp/qstring.h"
 | 
				
			||||||
#include "qemu/cutils.h"
 | 
					#include "qemu/cutils.h"
 | 
				
			||||||
#include "qemu/option.h"
 | 
					#include "qemu/option.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
#include "qemu/osdep.h"
 | 
					#include "qemu/osdep.h"
 | 
				
			||||||
#include "qapi/error.h"
 | 
					#include "qapi/error.h"
 | 
				
			||||||
 | 
					#include "qapi/qmp/qlist.h"
 | 
				
			||||||
#include "qemu-common.h"
 | 
					#include "qemu-common.h"
 | 
				
			||||||
#include "qemu/error-report.h"
 | 
					#include "qemu/error-report.h"
 | 
				
			||||||
#include "qemu/option.h"
 | 
					#include "qemu/option.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue