Re: kldload vmm partial lockup

2014-01-22 Thread Joe Maloney
Hey Neel, I compiled 11-CURRENT and it works now I can kldload vmm with no problems. Thanks. Joe Maloney On Jan 21, 2014, at 9:01 PM, Neel Natu wrote: > Hi Joe, > > On Tue, Jan 21, 2014 at 6:53 PM, Joe Maloney wrote: >> Neel, >> sorry it took me a day or two to get to test this. The patch

Re: kldload vmm partial lockup

2014-01-21 Thread Neel Natu
Hi Joe, On Tue, Jan 21, 2014 at 6:53 PM, Joe Maloney wrote: > Neel, > sorry it took me a day or two to get to test this. The patch compiles > cleanly however it fails now trying to build the vmm module. > No worries. I committed the patch as r260972: http://svnweb.freebsd.org/base?view=revisio

Re: kldload vmm partial lockup

2014-01-21 Thread Joe Maloney
Neel, sorry it took me a day or two to get to test this. The patch compiles cleanly however it fails now trying to build the vmm module. Joe Maloney /usr/src/sys/modules/vmm/../../amd64/vmm/vmm.c:232:7: error: implicit declaration of function 'ppt_avail_devices' is invalid in C99 [-Werro

Re: kldload vmm partial lockup

2014-01-19 Thread Neel Natu
Hi Joe, On Sun, Jan 19, 2014 at 2:21 PM, Joe Maloney wrote: > I’ve been trying to get bhyve to work on a system with the following specs: > > FreeBSD 10.0 64 bit > ASUS P6T Deluxe > Intel i7 920 > > According to what I’ve researched my cpu should have the VT-D extensions. > However many users o

Re: kldload vmm partial lockup

2014-01-19 Thread Thomas Hoffmann
On Sun, Jan 19, 2014 at 5:34 PM, Thomas Hoffmann wrote: > On Sun, Jan 19, 2014 at 5:21 PM, Joe Maloney wrote: > >> I’ve been trying to get bhyve to work on a system with the following >> specs: >> >> FreeBSD 10.0 64 bit >> ASUS P6T Deluxe >> Intel i7 920 >> >> According to what I’ve researched m

Re: kldload vmm partial lockup

2014-01-19 Thread Thomas Hoffmann
On Sun, Jan 19, 2014 at 5:21 PM, Joe Maloney wrote: > I’ve been trying to get bhyve to work on a system with the following specs: > > FreeBSD 10.0 64 bit > ASUS P6T Deluxe > Intel i7 920 > > According to what I’ve researched my cpu should have the VT-D extensions. > However many users of this mo