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 /target/xtensa | |
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 'target/xtensa')
-rw-r--r-- | target/xtensa/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/xtensa/monitor.c b/target/xtensa/monitor.c index cf7957bb63..608173c238 100644 --- a/target/xtensa/monitor.c +++ b/target/xtensa/monitor.c @@ -25,7 +25,7 @@ #include "cpu.h" #include "monitor/monitor.h" #include "monitor/hmp-target.h" -#include "hmp.h" +#include "monitor/hmp.h" void hmp_info_tlb(Monitor *mon, const QDict *qdict) { |