diff options
author | Kevin Wolf | 2019-06-13 17:33:57 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-06-17 20:36:56 +0200 |
commit | e84328faa99ae50fd9ed36a615927e94327cf249 (patch) | |
tree | 0126df000c03d516b7167d8d0d44ced99a4431d3 /MAINTAINERS | |
parent | monitor: Rename HMP command type and tables (diff) | |
download | qemu-e84328faa99ae50fd9ed36a615927e94327cf249.tar.gz qemu-e84328faa99ae50fd9ed36a615927e94327cf249.tar.xz qemu-e84328faa99ae50fd9ed36a615927e94327cf249.zip |
Move monitor.c to monitor/misc.c
Create a new monitor/ subdirectory and move monitor.c there. As the plan
is to move the monitor core into separate files, use the chance to
rename it to misc.c.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190613153405.24769-8-kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index acbad134ec..575ea6e68d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1918,7 +1918,7 @@ F: qapi/run-state.json Human Monitor (HMP) M: Dr. David Alan Gilbert <dgilbert@redhat.com> S: Maintained -F: monitor.c +F: monitor/misc.c F: hmp.[ch] F: hmp-commands*.hx F: include/monitor/hmp-target.h @@ -2040,7 +2040,7 @@ QMP M: Markus Armbruster <armbru@redhat.com> S: Supported F: qmp.c -F: monitor.c +F: monitor/misc.c F: docs/devel/*qmp-* F: docs/interop/*qmp-* F: scripts/qmp/ |