aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+1
* vm/gvisor: run runsc with the alsologtostderr optionAndrei Vagin2019-07-231-0/+1
* qemu: support advanced hard drive configurationsAlexander Popov2019-07-151-9/+20
* vm: fix typo in commentDmitry Vyukov2019-06-241-1/+1
* vm: fix spurious crash detection caused by trimmed linesDmitry Vyukov2019-06-242-2/+34
* docs: don't duplicate manager config parametersDmitry Vyukov2019-05-211-6/+10
* pkg/repro: fix no output timeoutDmitry Vyukov2019-05-202-3/+3
* vm/bhyve: ensure the VM is destroyed after closingMark Johnston2019-05-131-0/+1
* Add a bhyve VM backend (#1150)Mark Johnston2019-05-112-0/+343
* all: fix some static analysis warningsDmitry Vyukov2019-04-231-1/+1
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-282-5/+4
* vm/gce: allow non-preemptible VMsDmitry Vyukov2019-03-281-3/+6
* vm/qemu: detect boot errors fasterDmitry Vyukov2019-03-176-9/+14
* vm/qemu: s/Boot/boot/Dmitry Vyukov2019-03-171-2/+2
* vm/vmimpl: don't pass ssh key twiceDmitry Vyukov2019-02-221-1/+3
* pkg/build: added feature to copy kernel image for netbsdSiddharth M2019-02-221-1/+6
* vm/qemu: fix default flags for arm/arm64Dmitry Vyukov2019-02-131-7/+15
* openbsd: remove shorten report logic (#986)Anton Lindqvist2019-02-091-1/+2
* openbsd: more witness handlingAnton Lindqvist2019-01-261-0/+3
* vm/vmimpl: fix vet warning about unkeyed structDmitry Vyukov2019-01-251-1/+1
* vm/vmimpl: produce better error in WaitForSSHDmitry Vyukov2019-01-244-3/+13
* vm/qemu: Disable VGA on ppc64leAndrew Donnellan2019-01-151-1/+1
* vm/qemu: Enable KVM on ppc64leAndrew Donnellan2019-01-151-0/+1
* vm: allow fine-grained control over program exit conditionsDmitry Vyukov2018-12-242-28/+64
* vm/gvisor: use runsc debug --stacks to diagnoseMichael Pratt2018-12-211-3/+5
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-2110-36/+79
* pkg/osutil: provide better RenameDmitry Vyukov2018-12-171-1/+1
* vm: fix string duplicationDmitry Vyukov2018-12-171-1/+1
* vm: don't call Diagnose when VM hasn't crashedDmitry Vyukov2018-12-162-9/+22
* vm: add tests for MonitorExecutionDmitry Vyukov2018-12-162-13/+329
* vm/gvisor: don't close conn on errorMichael Pratt2018-12-131-1/+0
* Merge pull request #872 from prattmic/patch-2Michael Pratt2018-12-131-1/+1
* vm: respect Shutdown signal in waitForOutputDmitry Vyukov2018-12-121-0/+2
* vm/gvisor: replace signal panic with logMichael Pratt2018-12-121-1/+1
* vm/gce: close old consolew in RunDmitry Vyukov2018-12-022-0/+6
* vm/gce: use openbsd console diagnostic code for both vmm and gceGreg Steuck2018-12-023-28/+48
* vm/qemu: improve debug outputMichael Tüxen2018-11-306-6/+14
* vm/qemu: Allow empty qemu-args.Michael Tuexen2018-11-301-1/+3
* openbsd: run on gceGreg Steuck2018-11-276-20/+42
* 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/qemu: don't use e1000 on arm64Dmitry Vyukov2018-10-281-3/+11
* vm/qemu: use -cpu host,migratable=offDmitry Vyukov2018-10-281-3/+3
* Pass -debug flag to runsc.Nicolas Lacasse2018-10-171-0/+1
* 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