New vendor branch for FreeBSD on Hyper-V. Please review.

2013-03-26 Thread Larry Melia
We are currently preparing our “enlightened” device drivers for inclusion with the standard distribution of FreeBSD. They provide significant performance enhancements to FreeBSD on Hyper-V. As part of this process we are making our source code available for review by the FreeBSD community. We woul

Proposal for better support of hypervisors and their synthetic drivers at boot-time

2013-04-23 Thread Larry Melia
top of the list. We look forward to working more closely with the FreeBSD community and welcome your remarks and feedback on this proposal. Larry Melia ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Proposal for better support of hypervisors and their synthetic drivers at boot-time

2013-04-24 Thread Larry Melia
Thanks, Alexander, we'll try your approach. It seems very reasonable. On Tue, Apr 23, 2013 at 10:48 AM, Alexander Motin wrote: > On 23.04.2013 17:07, Larry Melia wrote: > >> I’m on a team of developers working on synthetic device drivers for >> FreeBSD on Hyper-V. I

Re: Proposal for better support of hypervisors and their synthetic drivers at boot-time

2013-05-29 Thread Larry Melia
should I be PCI bus driver one level up (pci.c)? I suspect I'm trying to override the wrong driver. On Tue, Apr 23, 2013 at 10:48 AM, Alexander Motin wrote: > On 23.04.2013 17:07, Larry Melia wrote: > >> I’m on a team of developers working on synthetic device drivers for >> F

more granular detection and control to disable/enable PCI-ATA devices

2013-06-04 Thread Larry Melia
Hi Alexander- With you suggestions, I finally was able to get the override driver working-see https://github.com/FreeBSDonHyper-V/freebsd-snapshot/blob/hyperv-dev-ata-override/sys/dev/hyperv/stordisengage/hv_ata_pci_disengage.c. While it operates wonderfully, allowing our "enlightened" driver to i

Re: Proposal for better support of hypervisors and their synthetic drivers at boot-time

2013-06-19 Thread Larry Melia
done. On Mon, Apr 29, 2013 at 10:45 AM, John Baldwin wrote: > I know Alexander replied about the ATA bits already, but I wanted to reply > to > two of your other points below: > > On Tuesday, April 23, 2013 10:07:03 am Larry Melia wrote: > > (1) Move the call to init_param1() (i

Re: Any future plan to support hyperv virtual switch network adapter driver ?

2013-07-16 Thread Larry Melia
Hi Jonathan, The virtual network adapter is already operational and is available on the hyperv-snapshot release (develop branch) on Github. We're also developing a ports/binary download package for FreeBSD 8 and 9 to make it easier to install our drivers. We'll post a notice here when this is read

Getting enlightened drivers to load only when Hyper-V (or Azure) is detected

2013-01-24 Thread Larry Melia (Insight Global)
Azure, and only then are the Hyper-V drivers installed (starting with the VM Bus driver). What's the best way to do this on FreeBSD? Any help would be greatly appreciated! Thanks in advance! Larry Melia Enlightened driver team for FreeBSD on Hyper-V _