aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmm
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-26/+25
* 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
* 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: separate boot time and infrastructure errorsAleksandr Nogikh2023-05-091-2/+8
* vm/vmm: adapt to recent vmctl changesGreg Steuck2023-04-261-53/+30
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-1/+2
* vm/vmimpl: refactor DiagnoseFree/OpenBSDDmitry Vyukov2020-03-211-1/+1
* vm/qemu: detect boot errors fasterDmitry Vyukov2019-03-171-1/+1
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-211-2/+2
* vm/gce: use openbsd console diagnostic code for both vmm and gceGreg Steuck2018-12-021-17/+1
* vm/qemu: improve debug outputMichael Tüxen2018-11-301-1/+2
* openbsd: run on gceGreg Steuck2018-11-271-8/+2
* openbsd: include process information into crashesGreg Steuck2018-11-211-0/+2
* vm/vmm: make sure to always end ddb commands with a newlineAnton Lindqvist2018-11-151-5/+5
* vm/vmm: disable pagination and show panic in Diagnose()Anton Lindqvist2018-11-121-1/+8
* vm/vmm: use derived disks for VMsAnton Lindqvist2018-10-111-6/+9
* vm/vmm: recover from vmctl errors fasterDmitry Vyukov2018-09-201-6/+14
* vm/vmm: don't start separate process for consoleDmitry Vyukov2018-09-201-98/+60
* vm/vmm: fix fd leaksDmitry Vyukov2018-09-201-1/+6
* vm/vmm: increase timeoutsDmitry Vyukov2018-09-201-5/+5
* vm/vmm: properly shutdown output reading goroutineDmitry Vyukov2018-09-201-0/+1
* vm/vmm: make more robust after restartsDmitry Vyukov2018-09-201-0/+1
* vm/vmm: don't prefix vm name with syzkallerDmitry Vyukov2018-09-201-1/+1
* vm/vmm: remove cpu parameter, make template optionalDmitry Vyukov2018-09-201-9/+3
* vm/vmm: increase maximum number of VMsDmitry Vyukov2018-09-201-2/+2
* vm/vmm: enable networkDmitry Vyukov2018-09-171-0/+1
* syz-ci: de-hardcode list of VMs that support overcommitDmitry Vyukov2018-09-111-1/+1
* vm/vmm: fix IP address detectionAnton Lindqvist2018-08-291-36/+38
* vm/vmm: support for vmm found on OpenBSD (#678)Anton Lindqvist2018-08-181-0/+376