+4
−3
+3
−3
+39
−7
+30
−9
+4
−3
Loading
This changes the qcow2 implementation to direct all guest data I/O to
s->data_file rather than bs->file, while metadata I/O still uses
bs->file. At the moment, this is still always the same, but soon we'll
add options to set s->data_file to an external data file.
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>