Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233230

            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=3D199244&action=
=3Dedit
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 usa=
ge
message:

Usage: bhyve [-abehuwxACHPSWY]
             [-c [[cpus=3D]numcpus][,sockets=3Dn][,cores=3Dn][,threads=3Dn]]
             [-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 o=
ff
r340424 (HEAD).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233230-227>