Created attachment 171166 [details] proposed patch, v1 For tools that use bhyve (e.g.: libvirt) sometimes it's important to be able to probe what features are supported by the given bhyve binary, so a single version of the software could work properly with both older and newer bhyve and produce a meaningful error message if certain feature is not supported. The attached patch allows to print a list of support PCI and LCP devices like this: $ bhyve -s help ahci-hd ahci-cd dummy amd_hostbridge hostbridge lpc passthru virtio-blk virtio-net virtio-rnd uart $ bhyve -l help bootrom COM1 COM2 $ PS I'm wondering if COM1,2 should be lower case for consistency?
I'm interested in this patch! Thank you!
Committed at: https://svnweb.freebsd.org/changeset/base/338210 Thank you!
Do we need to update manual pages after this change?
(In reply to Mateusz Piotrowski from comment #3) Yes, we do need! I will do it today! Thanks to point it out.
(In reply to Mateusz Piotrowski from comment #3) Done at: https://svnweb.freebsd.org/changeset/base/338242