Re: [libvirt] [PATCH 4/6] Add a helper API for setting up a NBD device with qemu-nbd

2013-05-10 Thread Michal Privoznik
On 03.05.2013 15:49, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a virFileNBDDeviceAssociate method, which given a filename will setup a NBD device, using qemu-nbd as the server. Signed-off-by: Daniel P. Berrange berra...@redhat.com ---

[libvirt] [PATCH 4/6] Add a helper API for setting up a NBD device with qemu-nbd

2013-05-03 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a virFileNBDDeviceAssociate method, which given a filename will setup a NBD device, using qemu-nbd as the server. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms | 1 + src/util/virfile.c | 143