> > maybe you can try with "qemu-img convert" (this is what I use In my > > test code, you can also use qcow2 or any storage as input) > > > dd is 2-3 times faster than "qemu-img convert" given the right options. Do you pass correct cache setting? # qemu-img convert -t writeback ...