On Sun, Mar 10, 2013 at 11:05 AM, Dietmar Maurer wrote:
>> Remove the BackupDumpFunc function pointer and write directly to a
>> BlockDriverState.
>
> My callback approach is the generic one. You can easily implement the
> BlockDriverState approach using the BackupDumpFunc?
Yes it can be implemen
> Remove the BackupDumpFunc function pointer and write directly to a
> BlockDriverState.
My callback approach is the generic one. You can easily implement the
BlockDriverState approach using the BackupDumpFunc?
Remove the BackupDumpFunc function pointer and write directly to a
BlockDriverState. This allows the 'backup' command to copy out into a
fresh qcow2 or raw image. If no built-in image format is suitable, use
NBD to export the data to an external process.
A few other things in this commit:
* Det