New APIs: copy-{file,device}-to-{file,device}.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Oct 2011 21:49:55 +0000 (22:49 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 26 Oct 2011 09:07:21 +0000 (10:07 +0100)
commitf223dfa29aafeb7b9a07bbedf03d15acddd62e92
tree1a4e5d2d62d79f39f224c5efc03316d12fd90a76
parent663b99950daeaa2b023520aae756a3a28969c493
New APIs: copy-{file,device}-to-{file,device}.

The four new APIs:
guestfs_copy_device_to_device,
guestfs_copy_device_to_file,
guestfs_copy_file_to_device, and
guestfs_copy_file_to_file
let you copy from a source to a destination, between files and
devices, optionally allowing source and destination offsets and size
to be specified.
daemon/Makefile.am
daemon/copy.c [new file with mode: 0644]
generator/generator_actions.ml
po/POTFILES.in
src/MAX_PROC_NR
src/guestfs.pod