]> Git Repo - qemu.git/commit - MAINTAINERS
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
authorKevin Wolf <[email protected]>
Thu, 13 Jun 2019 15:33:58 +0000 (17:33 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 17 Jun 2019 18:36:56 +0000 (20:36 +0200)
commitf1b3ccfaa682b7b5d0043ab934660a49e33d0139
treed948d12adc9892df43ce33a1525a4b4301cf6090
parente84328faa99ae50fd9ed36a615927e94327cf249
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c

Now that we have a monitor/ subdirectory, let's move hmp.c and qmp.c
from the root directory there. As they contain implementations of
monitor commands, rename them to {hmp,qmp}-cmds.c, so that {hmp,qmp}.c
are free for the HMP and QMP infrastructure.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-Id: <20190613153405[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
MAINTAINERS
Makefile.objs
docs/devel/writing-qmp-commands.txt
hmp.c [deleted file]
monitor/Makefile.objs
monitor/hmp-cmds.c [new file with mode: 0644]
monitor/qmp-cmds.c [new file with mode: 0644]
qmp.c [deleted file]
This page took 0.028011 seconds and 4 git commands to generate.