Hi all.
I'm trying to setup a FreeBSD Dom0 Xen host following these directions, and my configuration fails to start
My CPU is Intel i7-2630QM, and by
Thanks all in advance!
I'm trying to setup a FreeBSD Dom0 Xen host following these directions, and my configuration fails to start
xencommons service. The prerequisites of making FreeBSD work as a host (Dom0), based on the aforementioned guide, is to have a FreeBSD kernel r280954 or later (mine is r286666 - FreeBSD 10.2-RELEASE, so we're OK with that), and to have "an Intel box with EPT and a working IOMMU".My CPU is Intel i7-2630QM, and by
grep-ing /var/run/dmesg.boot I can see that EPT is found in my VT-x extensions, but I'm not sure how to check for IOMMU support (no instance of it in my boot messages). I read here that IOMMU is a VT-d extension and my CPU does not support such extensions, but I wanted to double-check that this holds, and hence my question. In the same link, it says that checking for IOMMU support is performed by: acpidump -t | grep DMAR , which I've run and returns nothing.Thanks all in advance!