2014/1/22 Takuya ASADA <[email protected]>

> Append results using bhyyve-scripts.
>
> * CentOS 6.5 with bhyve-scripts
> Dies at same place: Unknown WRMSR code 391, val 2000000f, cpu 0
>
>
This issue was resolved by back-porting -CURRENT patch:

svn co svn://svn.freebsd.org/base/head
cd head
svn diff -r259634:r259635 > ~/msr.diff
cd /usr/src
patch -p0 < ~/msr.diff
cd usr.sbin/bhyve
make
make install

Then CentOS 6.5 worked on my machine without any problems.

Since we modified source code maybe we should not call it "worked on
10.0-RELEASE", actually it's good for temporally workaround.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"[email protected]"

Reply via email to