summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorMarkus Armbruster2019-06-19 22:10:36 +0200
committerMarkus Armbruster2019-07-02 07:19:45 +0200
commit275307aaab86a57ec1ce9c9eb066dd48e7ab0971 (patch)
tree4964c7e2f3629a76fec26bedfb10d78403e83b04 /monitor
parentMakefile: Don't add monitor/ twice to common-obj-y (diff)
downloadqemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.tar.gz
qemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.tar.xz
qemu-275307aaab86a57ec1ce9c9eb066dd48e7ab0971.zip
hmp: Move hmp.h to include/monitor/
Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190619201050.19040-4-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'monitor')
-rw-r--r--monitor/hmp-cmds.c2
-rw-r--r--monitor/misc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c
index c283dde0e9..5082fcd016 100644
--- a/monitor/hmp-cmds.c
+++ b/monitor/hmp-cmds.c
@@ -14,7 +14,7 @@
*/
#include "qemu/osdep.h"
-#include "hmp.h"
+#include "monitor/hmp.h"
#include "net/net.h"
#include "net/eth.h"
#include "chardev/char.h"
diff --git a/monitor/misc.c b/monitor/misc.c
index bf9faceb86..2fb6896e84 100644
--- a/monitor/misc.c
+++ b/monitor/misc.c
@@ -56,13 +56,13 @@
#include "qom/object_interfaces.h"
#include "trace/control.h"
#include "monitor/hmp-target.h"
+#include "monitor/hmp.h"
#ifdef CONFIG_TRACE_SIMPLE
#include "trace/simple.h"
#endif
#include "exec/memory.h"
#include "exec/exec-all.h"
#include "qemu/option.h"
-#include "hmp.h"
#include "qemu/thread.h"
#include "block/qapi.h"
#include "qapi/qapi-commands.h"