]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
authorKevin Wolf <kwolf@redhat.com>
Thu, 13 Jun 2019 15:33:58 +0000 (17:33 +0200)
committerMarkus Armbruster <armbru@redhat.com>
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 <kwolf@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190613153405.24769-9-kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
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]