mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
355e7468e4
Some refactoring is performed in order to always expect the irqfd to be provided by VirtioInterrupt trait. In case no irqfd is available, we simply fail initializing the vhost-user device. This allows for further simplification since we can assume the interrupt will always be triggered directly by the vhost-user backend without proxying through the VMM. This allows for complete removal of the dedicated thread for both block and net. vhost-user-fs is a bit more complex as it requires the slave request protocol feature in order to support DAX. That's why we still need the VMM to interfere and therefore run a dedicated thread for it. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |