cloud-hypervisor/vmm/src
Rob Bradford 6bc46ba9c1 vmm: config: Reject VFIO devices with the same path
By checking in the validation logic we get checking for both devices
specified in the initial config but also hotplug too.

Fixes: #4453

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-08-09 14:32:35 +02:00
..
api vmm: add oem_strings to openapi 2022-08-08 08:59:19 +01:00
acpi.rs vmm: acpi: Use ACPI platform device addresses from DeviceManager 2022-07-25 16:16:06 +01:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: config: Reject VFIO devices with the same path 2022-08-09 14:32:35 +02:00
coredump.rs hypervisor: x86: provide a generic SpecialRegisters structure 2022-07-15 10:21:43 +01:00
cpu.rs hypervisor: Remove Vcpu::read_mpidr() on AArch64 2022-07-29 11:45:12 +01:00
device_manager.rs vmm: device_manager: Store ACPI platform addresses for later use 2022-07-25 16:16:06 +01:00
device_tree.rs cargo: Clean up serde dependencies 2022-05-18 08:21:19 +02:00
gdb.rs build: Fix beta clippy issue (needless_return) 2022-06-30 20:50:45 +01:00
interrupt.rs vmm: Move GIC unit test to hypervisor crate 2022-06-06 10:17:26 +08:00
lib.rs vmm: Make 'EpollContext::add_event()' public 2022-08-03 10:18:24 +01:00
memory_manager.rs vmm: save guest memory for coredump 2022-05-30 13:41:40 +02:00
migration.rs vmm: add GuestDebuggable trait 2022-05-30 13:41:40 +02:00
pci_segment.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
seccomp_filters.rs vmm: return seccomp rules according to hypervisors 2022-07-22 12:50:12 +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 build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +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: provide oem_strings option 2022-08-08 08:59:19 +01:00