3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-08 13:09:34 +01:00
pbot/applets/compiler_vm/host/bin
Pragmatic Software 1326b0ac5f compiler_vm: major refactor to support VM sockets (AF_VSOCK)
VM socket communication is superior to VM serial communication in
every way. Unfortunately at this time only Linux supports them.
Fortunately, that's 99% of PBot's userbase.

If you're not using Linux or if you're using an older Linux that
does not support VM sockets, the PBot VM scripts will gracefully
fallback to using the serial connection. You may explicitly
disable VM socket connection attempts by setting PBOTVM_CID=0.
2022-02-12 16:06:04 -08:00
..
vm-client compiler_vm: more refactoring to prepare to handle multiple connections 2022-02-10 10:58:56 -08:00
vm-exec compiler_vm: major refactor to support VM sockets (AF_VSOCK) 2022-02-12 16:06:04 -08:00
vm-host-watchdog Fix vm-server 2022-01-29 15:51:39 -08:00
vm-server compiler_vm: major refactor to support VM sockets (AF_VSOCK) 2022-02-12 16:06:04 -08:00