]> git.proxmox.com Git - mirror_qemu.git/commit
block: move block_copy from block/backup.c to separate file
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 20 Sep 2019 14:20:48 +0000 (17:20 +0300)
committerMax Reitz <mreitz@redhat.com>
Thu, 10 Oct 2019 08:56:17 +0000 (10:56 +0200)
commitbeb5f5450d983bb4c560582efb5267813aef4065
tree211da8a69dea709e72e9a872bda1f1e24981fbc9
parent0e23e382b77baeff1f115ae06424b99d4449a594
block: move block_copy from block/backup.c to separate file

Split block_copy to separate file, to be cleanly shared with backup-top
filter driver in further commits.

It's a clean movement, the only change is drop "static" from interface
functions.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190920142056.12778-8-vsementsov@virtuozzo.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/Makefile.objs
block/backup.c
block/block-copy.c [new file with mode: 0644]
block/trace-events
include/block/block-copy.h [new file with mode: 0644]