Re: [Qemu-devel] [PATCH 1/5] block/raw-posix: bdrv_parse_filename() for hdev

2014-03-06 Thread Benoît Canet
The Thursday 06 Mar 2014 à 23:25:35 (+0100), Max Reitz wrote : The host_device protocol driver should strip the host_device: prefix from filenames if present. Signed-off-by: Max Reitz mre...@redhat.com --- block/raw-posix.c | 10 ++ 1 file changed, 10 insertions(+) diff --git

[Qemu-devel] [PATCH 1/5] block/raw-posix: bdrv_parse_filename() for hdev

2014-03-06 Thread Max Reitz
The host_device protocol driver should strip the host_device: prefix from filenames if present. Signed-off-by: Max Reitz mre...@redhat.com --- block/raw-posix.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/block/raw-posix.c b/block/raw-posix.c index e6b4c1f..ab32ff9 100644 ---