« Previous | Next » 

Revision 1b9f1491

ID1b9f1491f82de0c8f9b09d1a06ac33304449a634

Added by Kevin Wolf over 12 years ago

qcow2: Unlock during COW

Unlocking during COW allows for more parallelism. One change it requires is
that buffers are dynamically allocated instead of just using a per-image
buffer.

While touching the code, drop the synchronous qcow2_read() function and replace
it by a bdrv_read() call.

Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences