X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hmp-commands.hx;h=caae5ad9e9e1b2b56912da864718333c1d866154;hb=da87dd7bd70f71ceaf9ff40d7cdb8394a7dc4bf5;hp=f19a914aaf4f9d5ed57680fc397dac036e0ddc9b;hpb=775ca88e8205248929a3f141925eafe2ec1e3275;p=qemu.git diff --git a/hmp-commands.hx b/hmp-commands.hx index f19a914aa..caae5ad9e 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1050,6 +1050,24 @@ STEXI @item snapshot_blkdev_internal @findex snapshot_blkdev_internal Take an internal snapshot on device if it support +ETEXI + + { + .name = "snapshot_delete_blkdev_internal", + .args_type = "device:B,name:s,id:s?", + .params = "device name [id]", + .help = "delete an internal snapshot of device.\n\t\t\t" + "If id is specified, qemu will try delete\n\t\t\t" + "the snapshot matching both id and name.\n\t\t\t" + "The format of the image used by device must\n\t\t\t" + "support it, such as qcow2.\n\t\t\t", + .mhandler.cmd = hmp_snapshot_delete_blkdev_internal, + }, + +STEXI +@item snapshot_delete_blkdev_internal +@findex snapshot_delete_blkdev_internal +Delete an internal snapshot on device if it support ETEXI {