commit | 966b000f49c3f44d2853d691f6bbc2a4e1f2d0b0 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jan 15 20:39:06 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 08 12:26:46 2019 +0100 |
tree | 43a2112e2da560e5b36ccc779c9069e38639aded | |
parent | 37be14036b1a7ae066f76d3296bbd37b0c697637 [diff] |
qcow2: External file I/O 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>