diff options
| author | Maxim Levitsky <mlevitsk@redhat.com> | 2020-03-08 11:24:36 +0200 |
|---|---|---|
| committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-03-09 18:07:50 +0000 |
| commit | fce2b91fdfe2a187750742e2b511f6da84dbde40 (patch) | |
| tree | a59e8ea8aefb9cfaa51e2cbf8a3b07f8c8250e6a /include/monitor/hmp.h | |
| parent | 6b7fbf61fbd4bcbcd20efffdc3fcc92820f6b07d (diff) | |
| download | focaccia-qemu-fce2b91fdfe2a187750742e2b511f6da84dbde40.tar.gz focaccia-qemu-fce2b91fdfe2a187750742e2b511f6da84dbde40.zip | |
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
hmp_snapshot_blkdev is from GPLv2 version of the hmp-cmds.c thus have to change the licence to GPLv2 Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20200308092440.23564-8-mlevitsk@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/monitor/hmp.h')
| -rw-r--r-- | include/monitor/hmp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/monitor/hmp.h b/include/monitor/hmp.h index 592ce0ccfe..6d34e29bb6 100644 --- a/include/monitor/hmp.h +++ b/include/monitor/hmp.h @@ -61,9 +61,6 @@ void hmp_set_link(Monitor *mon, const QDict *qdict); void hmp_block_passwd(Monitor *mon, const QDict *qdict); void hmp_balloon(Monitor *mon, const QDict *qdict); void hmp_block_resize(Monitor *mon, const QDict *qdict); -void hmp_snapshot_blkdev(Monitor *mon, const QDict *qdict); -void hmp_snapshot_blkdev_internal(Monitor *mon, const QDict *qdict); -void hmp_snapshot_delete_blkdev_internal(Monitor *mon, const QDict *qdict); void hmp_loadvm(Monitor *mon, const QDict *qdict); void hmp_savevm(Monitor *mon, const QDict *qdict); void hmp_delvm(Monitor *mon, const QDict *qdict); |