Re: [Qemu-devel] [PATCH] block/raw-posix: Use raw_normalize_devicepath()

2015-08-13 Thread Kevin Wolf
Am 12.08.2015 um 17:33 hat Max Reitz geschrieben: > The filename given to qemu_open() in block/raw-posix.c should generally > have been processed by raw_normalize_devicepath(); unless we are only > probing (in which case the caller often checks whether the file is a > block device or not, and this

[Qemu-devel] [PATCH] block/raw-posix: Use raw_normalize_devicepath()

2015-08-12 Thread Max Reitz
The filename given to qemu_open() in block/raw-posix.c should generally have been processed by raw_normalize_devicepath(); unless we are only probing (in which case the caller often checks whether the file is a block device or not, and this property will be changed by raw_normalize_devicepath() on