Re: vmrun.sh - how to pin vcpu to realcpu?

2018-11-22 Thread Rodney W. Grimes
> Hi, > > As subject - how can I pin a VM that used 4x cpu (-c 4) to realcpu? > I know that it's the -p option but am unclear on the syntax. > > vmrun.sh gives the following for -p > > -p: pass-through a host PCI device at bus/slot/func (e.g. 10/0/0) > > but how to express this for vcpus and

Re: vmrun.sh - how to pin vcpu to realcpu?

2018-11-22 Thread Yuri Pankov
tech-lists wrote: > Hi, > > As subject - how can I pin a VM that used 4x cpu (-c 4) to realcpu? > I know that it's the -p option but am unclear on the syntax. > > vmrun.sh gives the following for -p > > -p: pass-through a host PCI device at bus/slot/func (e.g. 10/0/0) > > but how to express

vmrun.sh - how to pin vcpu to realcpu?

2018-11-22 Thread tech-lists
Hi, As subject - how can I pin a VM that used 4x cpu (-c 4) to realcpu? I know that it's the -p option but am unclear on the syntax. vmrun.sh gives the following for -p -p: pass-through a host PCI device at bus/slot/func (e.g. 10/0/0) but how to express this for vcpus and realcpus? thanks,