index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm/proxyapp: pass file data when running in tcp mode (#3648)
kalder
2023-02-07
3
-21
/
+68
*
vm/proxyapp: add TLS authentication (#3642)
kalder
2023-01-27
3
-8
/
+145
*
vm/gvisor: implement vmimpl.Infoer for runsc instances (#3622)
Etienne Perot
2023-01-20
1
-3
/
+11
*
vm/starnix: add support for fuzzing starnix (#3624)
juanPabloMiceli
2023-01-19
3
-21
/
+386
*
all: fix duplicate parameter types
Dmitry Vyukov
2023-01-13
1
-1
/
+1
*
vm/qemu: initial freebsd/riscv64 support
P1umer
2023-01-03
1
-0
/
+7
*
vm/proxyapp: fix race on mock calls in the test (#3584)
Taras Madan
2022-12-13
1
-0
/
+4
*
vm/proxyapp: use localhost, not 127.0.0.1 (#3579)
Taras Madan
2022-12-05
1
-1
/
+1
*
vm/proxyapp: rpc over tcp
Taras Madan
2022-12-01
3
-27
/
+247
*
vm/proxyapp: configure TCP connected plugin
Taras Madan
2022-12-01
2
-1
/
+130
*
vm/qemu: prevent network device renaming on s390x arch
Alexander Egorenov
2022-11-14
1
-0
/
+4
*
vm/proxyapp: logging over rpc
Taras Madan
2022-10-24
3
-26
/
+110
*
vm/proxyapp: extend RPC API to support logging
Taras Madan
2022-10-24
2
-0
/
+26
*
vm/proxyapp: configure proxyApp log output (#3459)
Taras Madan
2022-10-24
2
-2
/
+4
*
vm/cuttlefish: ignore timeout in Forward()
Liz Prucka
2022-10-20
1
-2
/
+7
*
vm/cuttlefish, vm/gce: add custom commands for reading console
Kris Alder
2022-10-04
2
-52
/
+67
*
vm: add the proxyapp support (#3269)
Taras Madan
2022-09-26
9
-4
/
+1418
*
vm/qemu: return Fuchsia heartbeat period to default (#3389)
eepeep
2022-09-21
1
-1
/
+0
*
vm/qemu: support VFs > 8
George Kennedy
2022-09-21
1
-0
/
+23
*
vm/qemu: move timeout before retry to avoid resource busy
George Kennedy
2022-09-21
1
-0
/
+3
*
vm/qemu: relax Fuchsia lockup detector thresholds
Cameron Finucane
2022-09-20
1
-0
/
+8
*
vm/cuttlefish: disable cuttlefish sandbox
Liz Prucka
2022-09-05
1
-1
/
+2
*
vm/cuttlefish: run commands from deviceRoot
Liz Prucka
2022-09-02
1
-3
/
+7
*
pkg/gce, vm/gce: leave nested virt support up to images
Kris Alder
2022-09-02
1
-7
/
+1
*
vm/cuttlefish: mount debugfs
Liz Prucka
2022-09-01
1
-0
/
+5
*
pkg/gce, vm/gce: add param to enable nested virtualization
Kris Alder
2022-08-25
1
-1
/
+7
*
vm/adb: added a new condition to determine localhost
Andrey Artemiev
2022-08-10
1
-1
/
+1
*
vm/adb: wait for Android boot to finish
Andrey Artemiev
2022-07-25
1
-10
/
+51
*
vm/adb: use adb wait-for-device for inst.waitForSSH()
Kris Alder
2022-06-24
1
-10
/
+13
*
vm/cuttlefish: pass -kernel_path and -initramfs_path flags
Kris Alder
2022-05-27
1
-3
/
+3
*
vm: support variable output buffer size
Aleksandr Nogikh
2022-04-29
2
-29
/
+51
*
vm/vmimpl: improve port selection
mischa
2022-04-19
1
-2
/
+7
*
vm/cuttlefish: reduce host forwarding timeout to one second
Kris Alder
2022-04-12
1
-1
/
+1
*
vm/cuttlefish: use nohup with socat to forward port
Kris Alder
2022-04-12
1
-25
/
+11
*
vm/cuttlefish: implement forward function
Kris Alder
2022-04-12
1
-7
/
+37
*
vm/gce: make zone_id configurable
Aleksandr Nogikh
2022-04-12
1
-1
/
+2
*
vm/cuttlefish: implement copy and run functions
Kris Alder
2022-04-07
1
-4
/
+19
*
vm/cuttlefish: add vm type for cuttlefish on gce
kalder
2022-04-05
2
-0
/
+127
*
all: use `t.TempDir` to create temporary test directory
Eng Zer Jun
2022-03-28
1
-7
/
+1
*
vm/gce: enable display device configuration
Aleksandr Nogikh
2022-03-22
1
-8
/
+10
*
vm/qemu/qemu.go: changed deprecated nowait option to preferred wait=off
Adam Goska
2021-12-20
1
-1
/
+1
*
syz-verifier: fix VM reboot every 5 minutes (#2923)
Taras Madan
2021-12-15
1
-1
/
+1
*
vm/qemu: handle QMP events
Alexey Kardashevskiy
2021-10-22
1
-4
/
+17
*
vm/adb: unlink symlinks before calling rm
Max Spector
2021-10-20
1
-2
/
+6
*
vm/adb: add localhost to ip regex of device
Huizi Yang
2021-10-14
1
-2
/
+2
*
vm/gce: allow ssh-rsa from Run()
Aleksandr Nogikh
2021-09-30
1
-0
/
+2
*
vm/gce: avoid ssh-rsa for user, for now allow it as host-key
Greg Steuck
2021-09-30
1
-1
/
+4
*
vm/qemu: fix nil deref in qmp
Dmitry Vyukov
2021-09-29
1
-2
/
+2
*
vm/gce: adjust log level for timeout errors
Aleksandr Nogikh
2021-09-29
1
-2
/
+2
*
vm/adb: support both old and new device format
Huizi Yang
2021-09-10
2
-7
/
+37
[next]