cloud-hypervisor/vmm/src
Sebastien Boeuf bdef54ead6 vmm: Add brk syscall to the API thread
The brk syscall is not always called as the system might not need it.
But when it's needed from the API thread, this causes the thread to
terminate as it is not part of the authorized list of syscalls.

This should fix some sporadic failures on the CI with the musl build.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-08-11 15:04:21 +01:00
..
api main, vmm: seccomp: Use SeccompAction instead of SeccompLevel 2020-08-04 11:40:49 +02:00
acpi.rs vmm: acpi_tables: Fix PM timer I/O port width 2020-07-23 17:48:22 +02:00
config.rs vmm: add validation for network parameters 2020-07-31 09:07:12 +02:00
cpu.rs arch: move test cases to vmm crate 2020-07-15 17:21:07 +02:00
device_manager.rs virtio-devices: seccomp: Add seccomp filters for pmem thread 2020-08-05 08:13:31 +01:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs arch: Refactor GIC code to seperate KVM specific code 2020-07-21 16:22:02 +02:00
lib.rs vmm: Propagate the SeccompAction value to the Vm struct constructor 2020-08-04 11:40:49 +02:00
memory_manager.rs vmm: Add EPC device to ACPI tables 2020-07-15 15:08:56 +02:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Add brk syscall to the API thread 2020-08-11 15:04:21 +01:00
vm.rs virtio-devices: seccomp: Add seccomp_filter module 2020-08-04 11:40:49 +02:00