cloud-hypervisor/vmm/src
Rob Bradford bde81405a8 vmm: seccomp: Remove fork & evecve syscalls
These were use for the self spawning vhost-user device feature that has
been removed.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-12-16 20:56:50 +01:00
..
api vmm: openapi: Add receive/send-migration endpoints 2021-12-09 08:49:19 -08:00
acpi.rs vmm: Add some missing fields in IORT table 2021-12-01 09:24:01 +08:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Update comments related with enum Error struct in config.rs 2021-11-26 10:22:57 +01:00
cpu.rs vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
device_manager.rs vmm: Only warn on error when setting up SIGWINCH handler 2021-12-14 13:05:09 +01:00
device_tree.rs vmm: Remove segment_id from DeviceNode 2021-11-02 16:55:42 +00:00
interrupt.rs vmm: Update devid in kvm_irq_routing_entry 2021-12-01 09:24:01 +08:00
lib.rs vmm: Move KVM clock saving to common Vm::restore() method 2021-12-06 11:23:16 +00:00
memory_manager.rs vmm: Improve logging related to memory management 2021-12-04 23:04:32 +01:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
pci_segment.rs vmm: Rename PCI_MMIO_CONFIG_SIZE and move it to arch 2021-12-06 09:29:49 +00:00
seccomp_filters.rs vmm: seccomp: Remove fork & evecve syscalls 2021-12-16 20:56:50 +01:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: Move KVM clock saving to common Vm::restore() method 2021-12-06 11:23:16 +00:00