summaryrefslogtreecommitdiffstats
path: root/include/sysemu/blockdev.h
diff options
context:
space:
mode:
authorMaxim Levitsky2020-03-08 10:24:33 +0100
committerDr. David Alan Gilbert2020-03-09 19:05:33 +0100
commita1edae276ad4ac7fb33791ce2f1daa68b1608dcd (patch)
tree69b7984f190394b31586bec363bff24eed106671 /include/sysemu/blockdev.h
parentmonitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c (diff)
downloadqemu-a1edae276ad4ac7fb33791ce2f1daa68b1608dcd.tar.gz
qemu-a1edae276ad4ac7fb33791ce2f1daa68b1608dcd.tar.xz
qemu-a1edae276ad4ac7fb33791ce2f1daa68b1608dcd.zip
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20200308092440.23564-5-mlevitsk@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/sysemu/blockdev.h')
-rw-r--r--include/sysemu/blockdev.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sysemu/blockdev.h b/include/sysemu/blockdev.h
index d34c4920dc..a86d99b3d8 100644
--- a/include/sysemu/blockdev.h
+++ b/include/sysemu/blockdev.h
@@ -57,8 +57,4 @@ QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file,
DriveInfo *drive_new(QemuOpts *arg, BlockInterfaceType block_default_type,
Error **errp);
-/* device-hotplug */
-
-void hmp_commit(Monitor *mon, const QDict *qdict);
-void hmp_drive_del(Monitor *mon, const QDict *qdict);
#endif