Home
last modified time | relevance | path

Searched hist:efcc7a23 (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qemu-iotests/
H A D030efcc7a23 Tue May 08 14:51:58 GMT 2012 Paolo Bonzini <pbonzini@redhat.com> stream: do not copy unallocated sectors from the base

Unallocated sectors should really never be accessed by the guest,
so there's no need to copy them during the streaming process.
If they are read by the guest during streaming, guest-initiated
copy-on-read will copy them (we're in the base == NULL case, which
enables copy on read). If they are read after we disconnect the
image from the base, they will read as zeroes anyway.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
/qemu/block/
H A Dstream.c04120e3b Thu May 10 14:10:42 GMT 2012 Anthony Liguori <aliguori@us.ibm.com> block: fix warning introduced in efcc7a23

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
efcc7a23 Tue May 08 14:51:58 GMT 2012 Paolo Bonzini <pbonzini@redhat.com> stream: do not copy unallocated sectors from the base

Unallocated sectors should really never be accessed by the guest,
so there's no need to copy them during the streaming process.
If they are read by the guest during streaming, guest-initiated
copy-on-read will copy them (we're in the base == NULL case, which
enables copy on read). If they are read after we disconnect the
image from the base, they will read as zeroes anyway.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>