libxl: probe disk backend type in libxl_device_disk_add
authorIan Campbell <ian.campbell@citrix.com>
Thu, 13 Oct 2011 09:31:00 +0000 (10:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Oct 2011 09:31:00 +0000 (10:31 +0100)
commite119b0e2e78763e56f174e08569b38f92337a550
tree105a703b91c3b0827f965e2ed733966c7a181cac
parent24c1c96371b7442af0843f87ec2b4e668ff208b2
libxl: probe disk backend type in libxl_device_disk_add

Without this "xl block-attach" does not work. On create do_domain_create already
catches this.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl.c