diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-06-19 22:10:36 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-07-02 07:19:45 +0200 |
commit | 275307aaab86a57ec1ce9c9eb066dd48e7ab0971 (patch) | |
tree | 4964c7e2f3629a76fec26bedfb10d78403e83b04 /monitor | |
parent | 1824b2138991772f5f3baa1cc40f60d303eecd68 (diff) |
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.c | 2 | ||||
-rw-r--r-- | monitor/misc.c | 2 |
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" |