aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/vmimpl.go
Commit message (Expand)AuthorAgeFilesLines
* vm: func Run accepts contextTaras Madan2025-05-191-7/+5
* vm/vmimpl: explicitly indicate empty boot outputAleksandr Nogikh2025-05-051-0/+5
* vm: fix deadlock in UnusedTCPPortIvan Gulakov2025-01-131-0/+15
* vm: add snapshot interfaceDmitry Vyukov2024-07-251-0/+1
* vm: check preemption string only for gce instancesDmitry Vyukov2024-07-231-0/+4
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-6/+5
* vm/vmimpl: don't wait commands that have not failedDmitry Vyukov2024-07-111-8/+10
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-1/+1
* vm/gce: use vmimpl.Multiplex()Aleksandr Nogikh2024-07-021-5/+17
* vm: refactor vm.Multiplex argumentsAleksandr Nogikh2024-07-011-10/+21
* vmimpl: add a delay after an error from the tracked processAleksandr Nogikh2024-07-011-0/+5
* vm/qemu: use the default vmimpl.Multiplex() functionAleksandr Nogikh2024-07-011-4/+9
* executor: add runner modeDmitry Vyukov2024-06-241-8/+0
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-7/+5
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-5/+7
* all: refactor pprof endpoint configurationAleksandr Nogikh2024-01-221-0/+5
* syz-fuzzer: export pprof endpointsAleksandr Nogikh2024-01-101-0/+3
* all: use errors.As instead of .(type)Taras Madan2023-07-241-5/+4
* vm: separate boot time and infrastructure errorsAleksandr Nogikh2023-05-091-0/+17
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-191-10/+11
* vm/vmimpl: improve port selectionmischa2022-04-191-2/+7
* vm/adb: add startup_script configJoey Jiao2021-04-141-0/+41
* vm/qemu: provide info about qemu version/argsDmitry Vyukov2021-03-181-0/+6
* vm/qemu: scale ssh timeoutDmitry Vyukov2020-12-291-9/+11
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-6/+8
* vm/vmimpl: produce better error in WaitForSSHDmitry Vyukov2019-01-241-0/+10
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-211-4/+7
* openbsd: run on gceGreg Steuck2018-11-271-2/+2
* syz-ci: de-hardcode list of VMs that support overcommitDmitry Vyukov2018-09-111-12/+11
* vm/vmimpl: add vm.Diagnose methodDmitry Vyukov2018-06-221-0/+5
* vm/adb: don't fail if port 35099 is busyDmitry Vyukov2018-06-111-0/+17
* vm/{adb,isolated}: dudup common codeDmitry Vyukov2018-05-061-0/+44
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-4/+4
* dashboard/app: add manager monitoringDmitry Vyukov2017-12-011-0/+4
* syz-ci: test images before using themDmitry Vyukov2017-11-301-0/+10
* vm/gce: windows supportDmitry Vyukov2017-09-271-1/+2
* vm/vmimpl: add target OS/arch to envDmitry Vyukov2017-09-151-0/+2
* syz-manager/mgrconfig: move sshkey from vm config to manager configDmitry Vyukov2017-06-171-0/+1
* vm: overhaulDmitry Vyukov2017-06-031-0/+77