bhyve and virtualbox on the same host using EPT

2013-08-06 Thread mailinglists
All, I'm trying to run a bhyve VM on a host that's already running Virtualbox, the problem I encounter is bhyve doesn't detect EPT capabilities but the Virtualbox logs indicate EPT is in use and functional. My question is; is it possible for two pieces of virtualization software to use EPT o

Re: bhyve and virtualbox on the same host using EPT

2013-08-06 Thread Anish
Each processor has its own EPT root pointer in VMCS. How many processors are there in system and how many are given to Virtualbox. error = vmcs_set_defaults(&vmx->vmcs[i], (u_long)vmx_longjmp, (u_lo

Re: bhyve and virtualbox on the same host using EPT

2013-08-06 Thread Peter Grehan
Hi Rob, Bhyve generates the following error after the bootloader screen: - Booting... 4 vCPUs requested but only 1 available - What this means is that the model of CPU that you have doesn'

Re: bhyve and virtualbox on the same host using EPT

2013-08-06 Thread mailinglists
> On Tue, Aug 6, 2013 at 3:02 PM, wrote: > >> All, >> >> I'm trying to run a bhyve VM on a host that's already running Virtualbox, >> the problem I encounter is bhyve doesn't detect EPT capabilities but the >> Virtualbox logs indicate EPT is in use and functional. >> My question is; is it p

Re: bhyve and virtualbox on the same host using EPT

2013-08-06 Thread mailinglists
On 2013-08-07 11:06, Peter Grehan wrote: Hi Rob, Bhyve generates the following error after the bootloader screen: - Booting... 4 vCPUs requested but only 1 available - What this means is