mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
On x86_64 architecture, multiple syscalls were missing when shutting down the vhost-user-net device along with the VM. This was causing the usual crash related to seccomp filters. This commit adds these missing syscalls to fix the issue. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>