summary refs log tree commit diff stats
path: root/scripts/qmp/qmp.py
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-01-15 20:39:06 +0100
committerKevin Wolf <kwolf@redhat.com>2019-03-08 12:26:46 +0100
commit966b000f49c3f44d2853d691f6bbc2a4e1f2d0b0 (patch)
tree43a2112e2da560e5b36ccc779c9069e38639aded /scripts/qmp/qmp.py
parent37be14036b1a7ae066f76d3296bbd37b0c697637 (diff)
downloadfocaccia-qemu-966b000f49c3f44d2853d691f6bbc2a4e1f2d0b0.tar.gz
focaccia-qemu-966b000f49c3f44d2853d691f6bbc2a4e1f2d0b0.zip
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>
Diffstat (limited to 'scripts/qmp/qmp.py')
0 files changed, 0 insertions, 0 deletions