
Simple experiments to test vsock as means for sending BPF events to host within kernel

- VM used for testing: controller/vsocktest.qcow2
  - was created the same way as honeypot VM
  - added network tap (tap1) in /etc/network/interfaces
  - run script for qemu is controller/runvsocktest,sh

- guest: is a kernel module
  - compiling
    make
  - running
    insmod ./vsock_poc.so
  - stop/unload
    rmmod vsock_poc

- host: host side python code for testing / receiving events
  - python vsock_listener.py
