Files
qemu-xteink/block
Kevin Wolf 8bfea15dda 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>
2014-04-30 11:05:00 +02:00
..
2014-04-11 13:59:49 +02:00
2014-02-21 21:02:24 +01:00
2014-03-25 14:09:50 +01:00
2013-08-19 15:52:19 +02:00
2014-02-17 11:57:23 -05:00
2014-04-29 16:39:51 +02:00
2014-04-01 15:22:35 +02:00
2014-03-25 14:09:50 +01:00
2014-02-17 11:57:23 -05:00
2014-03-25 14:09:50 +01:00
2013-09-12 10:12:48 +02:00
2014-03-25 14:09:50 +01:00
2014-04-01 13:59:47 +02:00
2014-04-22 12:00:20 +02:00