Re: [Qemu-devel] [PATCH 11/11] nbd: Use default port if only host is specified

2013-03-19 Thread Eric Blake
On 03/18/2013 11:24 AM, Kevin Wolf wrote: > The URL method already takes care to apply the default port when none is > specfied. Directly specifying driver-specific options required the port > number until now. Allow leaving it out and apply the default. > > Signed-off-by: Kevin Wolf > --- > blo

[Qemu-devel] [PATCH 11/11] nbd: Use default port if only host is specified

2013-03-18 Thread Kevin Wolf
The URL method already takes care to apply the default port when none is specfied. Directly specifying driver-specific options required the port number until now. Allow leaving it out and apply the default. Signed-off-by: Kevin Wolf --- block/nbd.c | 17 + 1 file changed, 9 inser