[Bug 233230] [bhyve] [patch] usage() doesn't list -G debug server option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 14 21:16:35 UTC 2018


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 at FreeBSD.org
          Reporter: rob.fx907 at 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.


More information about the freebsd-bugs mailing list