Re: [libvirt] [PATCH v5 3/4] qemu: Fix nbd, rbd, sheepdog to initialize defaults for new host members.

2012-11-27 Thread Jiri Denemark
On Thu, Nov 22, 2012 at 23:40:40 +0530, Harsh Prateek Bora wrote: > struct _virDomainDiskHostDef recently got new members to support transport > and socket attributes. Consumers of this struct therefore needs to initialize > default values for them. This patch initializes default values for transpo

[libvirt] [PATCH v5 3/4] qemu: Fix nbd, rbd, sheepdog to initialize defaults for new host members.

2012-11-22 Thread Harsh Prateek Bora
struct _virDomainDiskHostDef recently got new members to support transport and socket attributes. Consumers of this struct therefore needs to initialize default values for them. This patch initializes default values for transport and socket for nbd, rbd and sheepdog storage backends. Signed-off-by