Skip to content

Commit

Permalink
hmp: Move hmp.h to include/monitor/
Browse files Browse the repository at this point in the history
Cc: "Dr. David Alan Gilbert" <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
  • Loading branch information
Markus Armbruster committed Jul 2, 2019
1 parent 1824b21 commit 275307a
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion monitor/hmp-cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion monitor/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion target/i386/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
#include "cpu.h"
#include "monitor/monitor.h"
#include "monitor/hmp-target.h"
#include "monitor/hmp.h"
#include "qapi/qmp/qdict.h"
#include "hw/i386/pc.h"
#include "sysemu/kvm.h"
#include "sysemu/sev.h"
#include "hmp.h"
#include "qapi/error.h"
#include "sev_i386.h"
#include "qapi/qapi-commands-misc.h"
Expand Down
2 changes: 1 addition & 1 deletion target/nios2/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion target/ppc/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "monitor/monitor.h"
#include "qemu/ctype.h"
#include "monitor/hmp-target.h"
#include "hmp.h"
#include "monitor/hmp.h"

static target_long monitor_get_ccr(const struct MonitorDef *md, int val)
{
Expand Down
2 changes: 1 addition & 1 deletion target/sh4/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "cpu.h"
#include "monitor/monitor.h"
#include "monitor/hmp-target.h"
#include "hmp.h"
#include "monitor/hmp.h"

static void print_tlb(Monitor *mon, int idx, tlb_t *tlb)
{
Expand Down
2 changes: 1 addition & 1 deletion target/sparc/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion target/xtensa/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 275307a

Please sign in to comment.