• K
    qcow2: External file I/O · 966b000f
    Kevin Wolf 提交于
    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: NKevin Wolf <kwolf@redhat.com>
    966b000f
qcow2-bitmap.c 44.8 KB