aboutsummaryrefslogtreecommitdiff
path: root/share/examples/bhyve
Commit message (Expand)AuthorAgeFilesLines
* vmrun.sh: allow device name arguments in pci-passthru optionChristos Margiolis2024-01-021-7/+18
* vmrun.sh: add missing options in usage messageChristos Margiolis2024-01-021-1/+2
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* vmrun.sh: mention new edk2 packageChristos Margiolis2023-05-021-1/+1
* vmrun.sh: Fix a typo in usage()Mateusz Piotrowski2023-04-201-1/+1
* vmrun: Expose bhyve's -G optionMark Johnston2023-03-201-2/+6
* Remove a space I missed in previous commitPoul-Henning Kamp2021-01-041-1/+1
* Remove -g option support which was removed from bhyve inPoul-Henning Kamp2021-01-041-7/+1
* vmrun: Add a missing close-paren to the usage message.Mark Johnston2019-06-071-1/+1
* bhyve/vmrun.sh: make -L functional.Konstantin Belousov2018-06-241-1/+1
* Fold constants and unify vnc variable names.Rodney W. Grimes2018-02-021-10/+15
* Clean up long lines.Rodney W. Grimes2018-02-021-5/+8
* Add -n <network device emulation type> to usage synopsisRodney W. Grimes2018-02-011-14/+23
* Add option '-n' network device emulation type which has a default of virtio-netRodney W. Grimes2018-02-011-2/+8
* share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* vmrun.sh: add -A option for AHCI emulation of disk devicesAndriy Gapon2017-11-231-3/+8
* Add UEFI support to vmrun.shAllan Jude2017-04-131-9/+65
* Make vmrun.sh passthrough -u and -w to bhybeRodney W. Grimes2017-03-051-1/+9
* Add option -l for specifying which OS loader to dlopen(3). By defaultMarcel Moolenaar2015-10-081-3/+7
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-3/+9
* bhyve/vmrun.sh: pass all existing readable disks to bhyveload(8)Andriy Gapon2015-06-051-7/+15
* bhyve/vmrun.sh: support passing disk options same as for bhyve(8)Andriy Gapon2015-06-051-2/+6
* Add -p parameter to list PCI device to pass through to the guest.Gleb Smirnoff2015-03-121-1/+15
* Make the error message explicit instead of just printing the usage if theNeel Natu2015-01-181-5/+11
* Use '-e' to check if the virtio backing file has already been created.Neel Natu2014-10-141-1/+1
* Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script.Craig Rodrigues2014-09-131-3/+14
* Attach the ISO to an ahci-cd emulated device. TheCraig Rodrigues2014-09-121-1/+1
* Use "file -s", so that we can run vmrun.sh against special devices suchCraig Rodrigues2014-08-281-2/+2
* If the VM was reset via "/sbin/reboot" or "shutdown -r",Craig Rodrigues2014-08-251-1/+2
* Add comment which describes the exit status codes returned fromCraig Rodrigues2014-08-251-0/+8
* After r267897 brought in a new version of file/libmagic, a filesystem imageNeel Natu2014-06-271-1/+1
* Support for multiple disks and tap devices.Alfred Perlstein2014-06-171-22/+61
* - Format the usage so that it fits in 80 cols and follows the standardJohn Baldwin2014-04-231-15/+31
* Make the virtual ioapic available unconditionally in a bhyve virtual machine.Neel Natu2013-10-311-1/+1
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedNeel Natu2013-10-291-4/+5
* Add an option to bhyveload(8) that allows setting a loader environment variableNeel Natu2013-10-171-3/+8
* Parse the memory size parameter using expand_number() to allow specifyingNeel Natu2013-10-091-2/+2
* Add the "-g <gdport>" option to the vmrun.sh script that enables remoteNeel Natu2013-03-281-3/+8
* Add bhyve to examples.Neel Natu2013-03-181-0/+179