Module models

Source

Re-exports§

pub use self::balloon_config::BalloonConfig;
pub use self::console_config::ConsoleConfig;
pub use self::cpu_affinity::CpuAffinity;
pub use self::cpu_features::CpuFeatures;
pub use self::cpu_topology::CpuTopology;
pub use self::cpus_config::CpusConfig;
pub use self::debug_console_config::DebugConsoleConfig;
pub use self::device_config::DeviceConfig;
pub use self::device_node::DeviceNode;
pub use self::disk_config::DiskConfig;
pub use self::fs_config::FsConfig;
pub use self::landlock_config::LandlockConfig;
pub use self::memory_config::MemoryConfig;
pub use self::memory_zone_config::MemoryZoneConfig;
pub use self::net_config::NetConfig;
pub use self::numa_config::NumaConfig;
pub use self::numa_distance::NumaDistance;
pub use self::payload_config::PayloadConfig;
pub use self::pci_device_info::PciDeviceInfo;
pub use self::pci_segment_config::PciSegmentConfig;
pub use self::platform_config::PlatformConfig;
pub use self::pmem_config::PmemConfig;
pub use self::rate_limit_group_config::RateLimitGroupConfig;
pub use self::rate_limiter_config::RateLimiterConfig;
pub use self::receive_migration_data::ReceiveMigrationData;
pub use self::restore_config::RestoreConfig;
pub use self::rng_config::RngConfig;
pub use self::send_migration_data::SendMigrationData;
pub use self::sgx_epc_config::SgxEpcConfig;
pub use self::token_bucket::TokenBucket;
pub use self::tpm_config::TpmConfig;
pub use self::vdpa_config::VdpaConfig;
pub use self::virt_queue_affinity::VirtQueueAffinity;
pub use self::vm_add_user_device::VmAddUserDevice;
pub use self::vm_config::VmConfig;
pub use self::vm_coredump_data::VmCoredumpData;
pub use self::vm_info::VmInfo;
pub use self::vm_remove_device::VmRemoveDevice;
pub use self::vm_resize::VmResize;
pub use self::vm_resize_zone::VmResizeZone;
pub use self::vm_snapshot_config::VmSnapshotConfig;
pub use self::vmm_ping_response::VmmPingResponse;
pub use self::vsock_config::VsockConfig;

Modules§

balloon_config
console_config
cpu_affinity
cpu_features
cpu_topology
cpus_config
debug_console_config
device_config
device_node
disk_config
fs_config
landlock_config
memory_config
memory_zone_config
net_config
numa_config
numa_distance
payload_config
pci_device_info
pci_segment_config
platform_config
pmem_config
rate_limit_group_config
rate_limiter_config
receive_migration_data
restore_config
rng_config
send_migration_data
sgx_epc_config
token_bucket
tpm_config
vdpa_config
virt_queue_affinity
vm_add_user_device
vm_config
vm_coredump_data
vm_info
vm_remove_device
vm_resize
vm_resize_zone
vm_snapshot_config
vmm_ping_response
vsock_config