Re: [Qemu-devel] [PATCHv3] block: add native support for NFS

2013-12-20 Thread Peter Lieven
On 20.12.2013 14:07, Stefan Hajnoczi wrote: On Fri, Dec 20, 2013 at 12:31:57PM +0100, Peter Lieven wrote: - DID NOT add full implementation of bdrv_get_allocated_file_size because we are not in a coroutine context and I cannot do an async call here. I could do a sync call if there would be

Re: [Qemu-devel] [PATCHv3] block: add native support for NFS

2013-12-20 Thread Stefan Hajnoczi
On Fri, Dec 20, 2013 at 12:31:57PM +0100, Peter Lieven wrote: > - DID NOT add full implementation of bdrv_get_allocated_file_size because > we are not in a coroutine context and I cannot do an async call here. > I could do a sync call if there would be a guarantee that no requests > are in fl