proxmox-backup-qemu/src
Stefan Reiter a9e0937c2d read_image_at: iterate until buffer is filled
QEMU will always assume EOF when less bytes than requested are returned
by a block drivers 'read' interface, so we need to fill the buffer up to
'size' if possible.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-07-22 20:28:19 +02:00
..
backup.rs produce correct manifest 2020-07-09 12:18:46 +02:00
capi_types.rs avoid extra worker thread and command channel 2020-07-01 10:29:15 +02:00
commands.rs ignore missing or bad previous index 2020-07-09 14:22:13 +02:00
lib.rs read_image_at: iterate until buffer is filled 2020-07-22 20:28:19 +02:00
registry.rs produce correct manifest 2020-07-09 12:18:46 +02:00
restore.rs read_image_at: iterate until buffer is filled 2020-07-22 20:28:19 +02:00
tools.rs add tools module 2020-06-30 10:51:40 +02:00
upload_queue.rs add incremental backup support 2020-06-26 11:03:05 +02:00