diff options
author | 2014-04-11 19:16:36 +0200 | |
---|---|---|
committer | 2014-04-30 11:05:00 +0200 | |
commit | 8bfea15ddac3a0ae832f181653c36e020f24f007 (patch) | |
tree | a099d37af1dd602f2a8a41a4866f4e6f6ce02043 /scripts/qapi-commands.py | |
parent | block: Remove BDRV_O_COPY_ON_READ for bs->file (diff) | |
download | qemu-8bfea15ddac3a0ae832f181653c36e020f24f007.tar.xz qemu-8bfea15ddac3a0ae832f181653c36e020f24f007.zip |
block: Unlink temporary files in raw-posix/win32
Instead of having unlink() calls in the generic block layer, where we
aren't even guarateed to have a file name, move them to those block
drivers that are actually used and that always have a filename. Gets us
rid of some #ifdefs as well.
The patch also converts bs->is_temporary to a new BDRV_O_TEMPORARY open
flag so that it is inherited in the protocol layer and the raw-posix and
raw-win32 drivers can unlink the file.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions