[Qemu-devel] [PATCH 1/3] make path_has_protocol() to return pointer instead of bool

2011-01-12 Thread Michael Tokarev
Currently protocol: parsing in filenames is ad-hoc and scattered all around block.c. This is a first step to prepare for common parsing. Signed-off-by: Michael Tokarev --- block.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/block.c b/block.c index

Re: [Qemu-devel] [PATCH 1/3] make path_has_protocol() to return pointer instead of bool

2011-01-21 Thread Kevin Wolf
Am 12.01.2011 11:57, schrieb Michael Tokarev: > Currently protocol: parsing in filenames is ad-hoc and scattered all around > block.c. This is a first step to prepare for common parsing. > > Signed-off-by: Michael Tokarev > --- > block.c | 18 +++--- > 1 files changed, 15 insertio