diff options
author | neel <neel@FreeBSD.org> | 2014-05-05 18:06:35 +0000 |
---|---|---|
committer | neel <neel@FreeBSD.org> | 2014-05-05 18:06:35 +0000 |
commit | 193c3dd0caba6a095daaa5b1f97b6833a4f92fc4 (patch) | |
tree | c3ab5266ceda02c43344505ab184016b1e02a790 /usr.sbin/bhyve/bhyve.8 | |
parent | 8cec0590bb371525e58de74912d1bfd37aa05881 (diff) | |
download | FreeBSD-src-193c3dd0caba6a095daaa5b1f97b6833a4f92fc4.zip FreeBSD-src-193c3dd0caba6a095daaa5b1f97b6833a4f92fc4.tar.gz |
Modify the "-p" option to be more flexible when associating a 'vcpu' with
a 'hostcpu'. The new format of the argument string is "vcpu:hostcpu".
This allows pinning a subset of the vcpus if desired.
It also allows pinning a vcpu to more than a single 'hostcpu'.
Submitted by: novel (initial version)
Diffstat (limited to 'usr.sbin/bhyve/bhyve.8')
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 98062b7..aa97a67 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -35,7 +35,7 @@ .Op Fl aehwxAHPW .Op Fl c Ar numcpus .Op Fl g Ar gdbport -.Op Fl p Ar pinnedcpu +.Op Fl p Ar vcpu:hostcpu .Op Fl s Ar slot,emulation Ns Op , Ns Ar conf .Op Fl l Ar lpcdev Ns Op , Ns Ar conf .Ar vmname @@ -80,12 +80,11 @@ For allow a remote kernel kgdb to be relayed to the guest kernel gdb stub via a local IPv4 address and this port. This option will be deprecated in a future version. -.It Fl p Ar pinnedcpu -Force guest virtual CPUs to be pinned to host CPUs. -Virtual CPU -.Em n -is pinned to host CPU -.Em pinnedcpu+n . +.It Fl p Ar vcpu:hostcpu +Pin guest's virtual CPU +.Em vcpu +to +.Em hostcpu . .It Fl P Force the guest virtual CPU to exit when a PAUSE instruction is detected. .It Fl W |