summaryrefslogtreecommitdiffstats
path: root/block/monitor/Makefile.objs
diff options
context:
space:
mode:
authorMaxim Levitsky2020-03-08 10:24:32 +0100
committerDr. David Alan Gilbert2020-03-09 19:05:31 +0100
commita2dde2f2210edd4b962035fcb379aeddc11b0273 (patch)
tree7f00b98bd976d9bedfac0bbb92928a8d5b2eb6fc /block/monitor/Makefile.objs
parentmonitor/hmp: inline add_init_drive (diff)
downloadqemu-a2dde2f2210edd4b962035fcb379aeddc11b0273.tar.gz
qemu-a2dde2f2210edd4b962035fcb379aeddc11b0273.tar.xz
qemu-a2dde2f2210edd4b962035fcb379aeddc11b0273.zip
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 <mlevitsk@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200308092440.23564-4-mlevitsk@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'block/monitor/Makefile.objs')
-rw-r--r--block/monitor/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/monitor/Makefile.objs b/block/monitor/Makefile.objs
new file mode 100644
index 0000000000..0a74f9a8b5
--- /dev/null
+++ b/block/monitor/Makefile.objs
@@ -0,0 +1 @@
+common-obj-y += block-hmp-cmds.o