Sergio López

Results 12 issues of Sergio López

[Here](https://github.com/containers/libkrun/blob/e9281c6e16ad18652fef39e205dc2301719dfcc5/src/devices/src/virtio/net/device.rs#L96) we expose many features without confirming that the peer actually supports them: ``` let avail_features = 1

Automatically start passt and use it for adding a virtio-net interface to the microVM. This allows us to have networking even when running generic kernels that doesn't support TSI. ##...