|
@@ -75,7 +75,6 @@
|
|
#include "qapi/qapi-init-commands.h"
|
|
#include "qapi/qapi-init-commands.h"
|
|
#include "qapi/error.h"
|
|
#include "qapi/error.h"
|
|
#include "qapi/qmp-event.h"
|
|
#include "qapi/qmp-event.h"
|
|
-#include "qapi/qapi-introspect.h"
|
|
|
|
#include "sysemu/cpus.h"
|
|
#include "sysemu/cpus.h"
|
|
#include "qemu/cutils.h"
|
|
#include "qemu/cutils.h"
|
|
#include "tcg/tcg.h"
|
|
#include "tcg/tcg.h"
|
|
@@ -232,21 +231,6 @@ static void hmp_info_help(Monitor *mon, const QDict *qdict)
|
|
help_cmd(mon, "info");
|
|
help_cmd(mon, "info");
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
- * Minor hack: generated marshalling suppressed for this command
|
|
|
|
- * ('gen': false in the schema) so we can parse the JSON string
|
|
|
|
- * directly into QObject instead of first parsing it with
|
|
|
|
- * visit_type_SchemaInfoList() into a SchemaInfoList, then marshal it
|
|
|
|
- * to QObject with generated output marshallers, every time. Instead,
|
|
|
|
- * we do it in test-qobject-input-visitor.c, just to make sure
|
|
|
|
- * qapi-gen.py's output actually conforms to the schema.
|
|
|
|
- */
|
|
|
|
-static void qmp_query_qmp_schema(QDict *qdict, QObject **ret_data,
|
|
|
|
- Error **errp)
|
|
|
|
-{
|
|
|
|
- *ret_data = qobject_from_qlit(&qmp_schema_qlit);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static void monitor_init_qmp_commands(void)
|
|
static void monitor_init_qmp_commands(void)
|
|
{
|
|
{
|
|
/*
|
|
/*
|