firecracker-microvm / firecracker

Secure and fast microVMs for serverless computing.
http://firecracker-microvm.io
Apache License 2.0
26.34k stars 1.83k forks source link

Move device control/epoll logic to a single thread #73

Closed alexandruag closed 6 years ago

alexandruag commented 6 years ago

The crosvm device model uses one control thread per each VIRTIO device. We want to move this logic to a single thread, which handles all devices.

alexandruag commented 6 years ago

Solved by #69.