Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152086206
D32467.id96758.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D32467.id96758.diff
View Options
Index: usr.sbin/bhyve/bhyve.8
===================================================================
--- usr.sbin/bhyve/bhyve.8
+++ usr.sbin/bhyve/bhyve.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2021
+.Dd October 12, 2021
.Dt BHYVE 8
.Os
.Sh NAME
@@ -53,7 +53,7 @@
.Ar port
.Sm on
.Oc
-.Op Fl k Ar file
+.Op Fl k Ar config_file
.Oo Fl l
.Sm off
.Ar lpcdev Op Cm \&, Ar conf
@@ -168,7 +168,7 @@
If this option is not specified, virtual CPUs will use 100% of a host CPU.
.It Fl h
Print help message and exit.
-.It Fl k Ar file
+.It Fl k Ar config_file
Set configuration variables from a simple, key-value config file.
Each line of the config file is expected to consist of a config variable
name, an equals sign
@@ -179,6 +179,9 @@
Blank lines and lines starting with
.Sq #
are ignored.
+See
+.Xr bhyve_config 5
+for more details.
.It Fl l Cm help
Print a list of supported LPC devices.
.It Fl l Ar lpcdev Ns Op Cm \&, Ns Ar conf
Index: usr.sbin/bhyve/bhyverun.c
===================================================================
--- usr.sbin/bhyve/bhyverun.c
+++ usr.sbin/bhyve/bhyverun.c
@@ -224,7 +224,7 @@
fprintf(stderr,
"Usage: %s [-AaCDeHhPSuWwxY]\n"
" %*s [-c [[cpus=]numcpus][,sockets=n][,cores=n][,threads=n]]\n"
- " %*s [-G port] [-k file] [-l lpc] [-m mem] [-o var=value]\n"
+ " %*s [-G port] [-k config_file] [-l lpc] [-m mem] [-o var=value]\n"
" %*s [-p vcpu:hostcpu] [-r file] [-s pci] [-U uuid] vmname\n"
" -A: create ACPI tables\n"
" -a: local apic is in xAPIC mode (deprecated)\n"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 13, 3:29 PM (15 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31415362
Default Alt Text
D32467.id96758.diff (1 KB)
Attached To
Mode
D32467: bhyve: Update usage and synopsis for the -k flag
Attached
Detach File
Event Timeline
Log In to Comment