]> Git Repo - qemu.git/commit
monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
authorMaxim Levitsky <[email protected]>
Sun, 8 Mar 2020 09:24:32 +0000 (11:24 +0200)
committerDr. David Alan Gilbert <[email protected]>
Mon, 9 Mar 2020 18:05:31 +0000 (18:05 +0000)
commita2dde2f2210edd4b962035fcb379aeddc11b0273
tree7f00b98bd976d9bedfac0bbb92928a8d5b2eb6fc
parent6700d3d685468ab5c45d6e768820ed752200c56e
monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c

These days device-hotplug.c only contains the hmp_drive_add
In the next patch, rest of hmp_drive* functions will be moved
there.

Also add block-hmp-cmds.h to contain prototypes of these
functions

License for block-hmp-cmds.h since it contains the code
moved from sysemu.h which lacks license and thus according
to LICENSE is under GPLv2+

Signed-off-by: Maxim Levitsky <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-Id: <20200308092440[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
MAINTAINERS
Makefile.objs
block/Makefile.objs
block/monitor/Makefile.objs [new file with mode: 0644]
block/monitor/block-hmp-cmds.c [new file with mode: 0644]
device-hotplug.c [deleted file]
include/block/block-hmp-cmds.h [new file with mode: 0644]
include/sysemu/sysemu.h
monitor/misc.c
This page took 0.030823 seconds and 4 git commands to generate.