Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101931485
D44737.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D44737.diff
View Options
diff --git a/usr.sbin/bhyve/amd64/bhyverun_machdep.c b/usr.sbin/bhyve/amd64/bhyverun_machdep.c
--- a/usr.sbin/bhyve/amd64/bhyverun_machdep.c
+++ b/usr.sbin/bhyve/amd64/bhyverun_machdep.c
@@ -73,11 +73,10 @@
progname = getprogname();
fprintf(stderr,
- "Usage: %s [-AaCDeHhPSuWwxY]\n"
+ "Usage: %s [-aCDeHhPSuWwxY]\n"
" %*s [-c [[cpus=]numcpus][,sockets=n][,cores=n][,threads=n]]\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"
" -C: include guest memory in core file\n"
" -c: number of CPUs and/or topology specification\n"
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 29, 2023
+.Dd February 10, 2024
.Dt BHYVE 8
.Os
.Sh NAME
@@ -30,7 +30,7 @@
.Nd "run a guest operating system inside a virtual machine"
.Sh SYNOPSIS
.Nm
-.Op Fl AaCDeHhPSuWwxY
+.Op Fl aCDeHhPSuWwxY
.Oo
.Sm off
.Fl c\~
@@ -110,9 +110,6 @@
exit is detected.
.Sh OPTIONS
.Bl -tag -width 10n
-.It Fl A
-Generate ACPI tables.
-bhyve always generates ACPI tables so this option is obsolete.
.It Fl a
The guest's local APIC is configured in xAPIC mode.
The xAPIC mode is the default setting so this option is redundant.
@@ -1033,7 +1030,7 @@
filesystem image, and a serial port for the console:
.Bd -literal -offset indent
bhyve -c 2 -s 0,hostbridge -s 1,lpc -s 2,virtio-blk,/my/image \\
- -l com1,stdio -A -H -P -m 1G vm1
+ -l com1,stdio -H -P -m 1G vm1
.Ed
.Pp
Run a 24GB single-CPU virtual machine with three network ports, one of which
@@ -1043,7 +1040,7 @@
-s 2:1,virtio-net,tap1 \\
-s 2:2,virtio-net,tap2,mac=00:be:fa:76:45:00 \\
-s 3,virtio-blk,/my/image -l com1,stdio \\
- -A -H -P -m 24G bigvm
+ -H -P -m 24G bigvm
.Ed
.Pp
Run an 8GB quad-CPU virtual machine with 8 AHCI SATA disks, an AHCI ATAPI
@@ -1061,7 +1058,7 @@
cd:/images/install.iso \\
-s 3,virtio-net,tap0 \\
-l com1,/dev/nmdm0A \\
- -A -H -P -m 8G
+ -H -P -m 8G
.Ed
.Pp
Run a UEFI virtual machine with a display resolution of 800 by 600 pixels
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 3:57 PM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14493382
Default Alt Text
D44737.diff (2 KB)
Attached To
Mode
D44737: bhyve.8: Remove mention of the -A flag
Attached
Detach File
Event Timeline
Log In to Comment