Re: [libvirt] [PATCH 3/4] bhyve: multiple virtio-blk devices support

2014-03-20 Thread Laine Stump
On 03/20/2014 06:03 AM, Daniel P. Berrange wrote: > On Thu, Mar 20, 2014 at 09:39:22AM +0100, Wojciech Macek wrote: >> Add support for multiple virtio-blk devices. Current implementation >> offers room for up to 8 disks and enumerates them as functions on >> PCI bus: 2:0, 2:1 ... 2:7 > Use of PCI f

Re: [libvirt] [PATCH 3/4] bhyve: multiple virtio-blk devices support

2014-03-20 Thread Daniel P. Berrange
On Thu, Mar 20, 2014 at 09:39:22AM +0100, Wojciech Macek wrote: > Add support for multiple virtio-blk devices. Current implementation > offers room for up to 8 disks and enumerates them as functions on > PCI bus: 2:0, 2:1 ... 2:7 Use of PCI functions should be avoided by default, since it prevents

[libvirt] [PATCH 3/4] bhyve: multiple virtio-blk devices support

2014-03-20 Thread Wojciech Macek
Add support for multiple virtio-blk devices. Current implementation offers room for up to 8 disks and enumerates them as functions on PCI bus: 2:0, 2:1 ... 2:7 Bootable disk must be present on the first place in XML file. --- src/bhyve/bhyve_command.c | 86 +