Re: [Qemu-devel] [PATCH v2 2/2] block: Avoid second open for format probing

2012-11-16 Thread Stefan Hajnoczi
On Thu, Nov 15, 2012 at 01:57:37PM +0100, Kevin Wolf wrote: > This fixes problems that are caused by the additional open/close cycle > of the existing format probing, for example related to qemu-nbd without > -t option or file descriptor passing. > > Signed-off-by: Kevin Wolf > --- > block.c |

[Qemu-devel] [PATCH v2 2/2] block: Avoid second open for format probing

2012-11-15 Thread Kevin Wolf
This fixes problems that are caused by the additional open/close cycle of the existing format probing, for example related to qemu-nbd without -t option or file descriptor passing. Signed-off-by: Kevin Wolf --- block.c | 66 -- 1 file