aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* pkg/gce, vm/gce: create InstanceConfig struct used by CreateInstance methodPimyn Girgis27 hours1-2/+10
* vm/qemu: add openbsd/amd64 supportJiaming Zhang2026-02-251-0/+6
* vm: test multiple Run() callsAleksandr Nogikh2026-02-172-4/+117
* pkg/instance: extract crash dumpsAleksandr Nogikh2026-02-171-0/+5
* vm/virtualbox: don't close uart in Run()Aleksandr Nogikh2026-02-171-13/+9
* vm/vmimpl: refactor Merger error processingAleksandr Nogikh2026-02-1710-66/+182
* vm/qemu: close the write pipe end after starting a subprocessAleksandr Nogikh2026-02-161-0/+1
* vm/vmimpl: wait before killing the processAleksandr Nogikh2026-02-041-2/+30
* vm: split OutputCommand to OutputStderr and OutputStdoutAleksandr Nogikh2026-02-0213-25/+129
* vm: preserve the origin of each output chunkAleksandr Nogikh2026-02-0219-112/+138
* vm/qemu: fix sshArgs passing user instead of keyYuan Tan2026-01-281-1/+1
* all: fix context.Context usageTaras Madan2026-01-211-0/+1
* vm/adb: don't check for ret code on adb shell rebootSebastian Ene2026-01-201-1/+10
* vm/adb: use the correct path for debugfsSebastian Ene2026-01-191-1/+1
* pkg/gce: vm/gce: allow specifying instance tags in manager configAlexander Potapenko2026-01-151-2/+3
* vm/starnix: update syntax for ffx target listLaura Peskin2026-01-071-2/+1
* all: remove unused nolint directivesDmitry Vyukov2026-01-023-13/+2
* all: use any instead of interface{}Dmitry Vyukov2025-12-222-8/+8
* vm/qemu: additional check for crashes only in DiagnoseBabak Huseynov2025-11-211-2/+33
* vm: implement the VM interface for VirtualBoxKuzey Arda Bulut2025-11-142-0/+320
* vm: use error wrapping to detect ssh connection errorsAleksandr Nogikh2025-10-012-5/+6
* pkg/osutil: make VerboseError nest other errorsAleksandr Nogikh2025-10-012-2/+5
* vm/qemu: don't auto retry ssh connection timeout errorsAleksandr Nogikh2025-10-011-0/+7
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-0117-31/+34
* vm/starnix: switch to new ffx command for vm ssh addressLaura Peskin2025-08-281-1/+6
* vm: extract all the crashes from the logTaras Madan2025-08-282-51/+219
* pkg/gce: set GVNIC feature for Compute imagesAleksandr Nogikh2025-08-081-1/+1
* vm: refactoringTaras Madan2025-08-072-82/+98
* vm/dispatcher: simplify runInstance()Aleksandr Nogikh2025-08-061-12/+16
* vm/dispatcher: don't block on the boot error chan on exitAleksandr Nogikh2025-08-062-2/+48
* vm/starnix: get path for ffx log binaryLaura Peskin2025-07-221-24/+36
* vm/starnix: copy sdk overrides to isolated ffx configLaura Peskin2025-07-221-27/+74
* all: manual linter fixesTaras Madan2025-07-171-1/+1
* all: apply linter auto fixesTaras Madan2025-07-172-3/+3
* all/mocks: regenerate with mockery v3Taras Madan2025-07-012-187/+283
* vm/qemu: use virtio-net-ccw as virtual netdev on s390x archAlexander Egorenkov2025-07-011-2/+2
* vm/vmimpl: show BBLog entries for all locked tcpcbsMichael Tuexen2025-06-141-1/+1
* vm/vmimpl: show BBLog entries for all locked tcpcbsMichael Tuexen2025-06-141-1/+1
* vm/vmimpl: show all locked tcpcbsMichael Tuexen2025-05-281-0/+1
* vm/gvisor: allow to set a number of cpu-sAndrei Vagin2025-05-221-3/+13
* vm: func Run accepts contextTaras Madan2025-05-1915-87/+57
* Revert "vm/qemu: use -machine virt and -cpu max for arm32"Aleksandr Nogikh2025-05-061-2/+2
* vm/vmimpl: explicitly indicate empty boot outputAleksandr Nogikh2025-05-051-0/+5
* vm/qemu: use -machine virt and -cpu max for arm32Aleksandr Nogikh2025-04-291-2/+2
* vm/dispatcher: make pool.Run cancellableAleksandr Nogikh2025-04-232-13/+85
* vm/adb: pass device|console info to scriptJiao, Joey2025-04-081-1/+1
* vm/adb: run script allows executing complex scriptJiao, Joey2025-04-081-7/+1
* vm/adb: change printk level to allow findConsoleJiao, Joey2025-04-031-0/+8
* vm/qemu: fix wrong arg usageTaras Madan2025-03-281-1/+1
* all/mocks: updateTaras Madan2025-03-282-0/+441