Date: Wed, 14 Nov 2018 21:16:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 233230] [bhyve] [patch] usage() doesn't list -G debug server option Message-ID: <bug-233230-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233230 Bug ID: 233230 Summary: [bhyve] [patch] usage() doesn't list -G debug server option Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: rob.fx907@gmail.com Created attachment 199244 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199244&action=edit add -G, the debug server port option to bhyve usage message The debug server option, -G, is documented in bhyve(8) but not shown in usage message: Usage: bhyve [-abehuwxACHPSWY] [-c [[cpus=]numcpus][,sockets=n][,cores=n][,threads=n]] [-g <gdb port>] [-l <lpc>] [-m mem] [-p vcpu:hostcpu] [-s <pci>] [-U uuid] <vm> -a: local apic is in xAPIC mode (deprecated) -A: create ACPI tables -c: number of cpus and/or topology specification -C: include guest memory in core file -e: exit on unhandled I/O access -g: gdb port -h: help -H: vmexit from the guest on hlt -l: LPC device configuration -m: memory size in MB -p: pin 'vcpu' to 'hostcpu' -P: vmexit from the guest on pause -s: <slot,driver,configinfo> PCI slot config -S: guest memory cannot be swapped -u: RTC keeps UTC time -U: uuid -w: ignore unimplemented MSRs -W: force virtio to use single-vector MSI -x: local apic is in x2APIC mode -Y: disable MPtable generation Attached patch adds the -G option to bhyve usage message - patch is based off r340424 (HEAD). -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233230-227>
