aboutsummaryrefslogtreecommitdiffstats
path: root/vm/cuttlefish/cuttlefish.go
Commit message (Expand)AuthorAgeFilesLines
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-011-2/+2
* vm: func Run accepts contextTaras Madan2025-05-191-2/+3
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-1/+4
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-2/+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-1/+1
* all: use special placeholder for errorsTaras Madan2023-07-241-11/+11
* vm/cuttlefish: increase cuttlefish memoryLiz Prucka2023-04-271-1/+1
* vm/cuttlefish: ignore timeout in Forward()Liz Prucka2022-10-201-2/+7
* vm/cuttlefish, vm/gce: add custom commands for reading consoleKris Alder2022-10-041-20/+22
* vm/cuttlefish: disable cuttlefish sandboxLiz Prucka2022-09-051-1/+2
* vm/cuttlefish: run commands from deviceRootLiz Prucka2022-09-021-3/+7
* vm/cuttlefish: mount debugfsLiz Prucka2022-09-011-0/+5
* vm/cuttlefish: pass -kernel_path and -initramfs_path flagsKris Alder2022-05-271-3/+3
* vm/cuttlefish: reduce host forwarding timeout to one secondKris Alder2022-04-121-1/+1
* vm/cuttlefish: use nohup with socat to forward portKris Alder2022-04-121-25/+11
* vm/cuttlefish: implement forward functionKris Alder2022-04-121-7/+37
* vm/cuttlefish: implement copy and run functionsKris Alder2022-04-071-4/+19
* vm/cuttlefish: add vm type for cuttlefish on gcekalder2022-04-051-0/+126