Re: [libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-13 Thread Roman Bogorodskiy
Ján Tomko wrote: > On 06/01/2014 07:53 PM, Roman Bogorodskiy wrote: > > Automatically allocate PCI addresses for devices instead > > of hardcoding them in the driver code. The current > > allocation schema is to dedicate an entire slot for each devices. > > > > Also, allow having arbitrary numb

Re: [libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-03 Thread Ján Tomko
On 06/01/2014 07:53 PM, Roman Bogorodskiy wrote: > Automatically allocate PCI addresses for devices instead > of hardcoding them in the driver code. The current > allocation schema is to dedicate an entire slot for each devices. > > Also, allow having arbitrary number of devices. > --- ACK > 21

[libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-01 Thread Roman Bogorodskiy
Automatically allocate PCI addresses for devices instead of hardcoding them in the driver code. The current allocation schema is to dedicate an entire slot for each devices. Also, allow having arbitrary number of devices. --- po/POTFILES.in | 1 + src/Makefil

[libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-01 Thread Roman Bogorodskiy
Changes from v4: - Qemu-related part of sharing the common code is complete and pushed, so patch lives on its own now - virBhyveProcessBuildBhyveCmd() modified to loop over disks and nets and call bhyveBuildDiskArgStr() and bhyveBuildNetArgStr() for an individual device to make the latte