Enum kvm_rs::cap::CapInt [−][src]
#[repr(u64)] pub enum CapInt { NrVcpus, MaxVcpus, }
Definition of capabilities that return an integer value indicating the amount of the queried capability.
Variants
Get the recommended max VPCUs (KVM_CAP_NR_VCPUS
).
Get the possible max VPCUs (KVM_CAP_MAX_VCPUS
).