aboutsummaryrefslogtreecommitdiffstats
path: root/vm/bhyve
Commit message (Expand)AuthorAgeFilesLines
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-011-1/+1
* vm: func Run accepts contextTaras Madan2025-05-191-4/+3
* vm: use SSHOptions instead of 4 paramsTaras Madan2025-03-271-22/+21
* vm: dedup VM count restriction in debug modeDmitry Vyukov2024-11-251-4/+0
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-1/+4
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-1/+2
* docs/freebsd: update with notes on slirp-based networkingMark Johnston2024-05-271-1/+1
* vm/bhyve: add support for the slirp network backendMark Johnston2024-05-271-30/+63
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-1/+1
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-1/+1
* vm/isolated: allow the use of system-wide SSH configFlorent Revest2024-03-191-3/+3
* all: use special placeholder for errorsTaras Madan2023-07-241-1/+1
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-1/+2
* vm/bhyve: add config variable cputigergao992020-10-271-1/+3
* all: fix comments formatDmitry Vyukov2020-07-121-3/+3
* vm/vmimpl: refactor DiagnoseFree/OpenBSDDmitry Vyukov2020-03-211-1/+1
* vm: Get debug information when FreeBSD on panics (#1470)Andrew Turner2019-10-211-1/+16
* vm/bhyve: ensure the VM is destroyed after closingMark Johnston2019-05-131-0/+1
* Add a bhyve VM backend (#1150)Mark Johnston2019-05-111-0/+342