]> git.proxmox.com Git - qemu.git/commit
add backup related monitor commands
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Nov 2012 10:27:56 +0000 (11:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 25 Feb 2013 07:09:56 +0000 (08:09 +0100)
commit3247165e6952a79cbd61f6c96668bc776ae29c1e
treef10f37d8fb53df2acdf28d69a20bdea64a1d71c2
parent95ee0b663e0149bd39ccc56307abb39500fcfb6b
add backup related monitor commands

We use a generic BackupDriver struct to encapsulate all archive format
related function.

Another option would be to simply dump <devid,cluster_num,cluster_data> to
the output fh (pipe), and an external binary saves the data. That way we
could move the whole archive format related code out of qemu.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
backup.h
blockdev.c
hmp-commands.hx
hmp.c
hmp.h
monitor.c
qapi-schema.json
qmp-commands.hx