cloud-hypervisor/vmm/src
Sebastien Boeuf 89218b6d1e pci: Replace BAR tuple with PciBarConfiguration
In order to make the code more consistent and easier to read, we remove
the former tuple that was used to describe a BAR, replacing it with the
existing structure PciBarConfiguration.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-04-19 12:54:09 -07:00
..
api vmm: Add iommu parameter to VdpaConfig 2022-04-05 00:09:52 +02:00
acpi.rs aarch64: Align the data types in layout 2022-04-08 11:08:43 -07:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Deprecate mergeable option from virtio-pmem 2022-04-12 07:12:25 -07:00
cpu.rs aarch64: Align the data types in layout 2022-04-08 11:08:43 -07:00
device_manager.rs pci: Replace BAR tuple with PciBarConfiguration 2022-04-19 12:54:09 -07:00
device_tree.rs pci, vmm: Update DeviceNode to store PciBdf instead of u32 2022-02-16 11:57:23 +00:00
gdb.rs vmm: Implement GDB event handler to enable --gdb flag 2022-02-23 11:16:09 +00:00
interrupt.rs vm-device, pci, devices: Remove InterruptSourceGroup::{un}mask 2022-04-11 22:56:48 +01:00
lib.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
memory_manager.rs aarch64: Reserve a hole in 32-bit space 2022-04-05 11:04:52 +08:00
migration.rs vmm: Split VM config and VM state for snapshot/restore 2022-02-08 15:06:49 +00:00
pci_segment.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
seccomp_filters.rs vmm: Add 'libc::SYS_shutdown' to vmm 'seccomp' filter list 2022-03-31 09:22:07 +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: Factorize algorithm finding HOB memory resources 2022-04-19 15:23:12 +02:00