Modules§
Structs§
- An in-kernel emulated device.
- An open file to
/dev/kvm
. - struct kvm_stats_desc - Descriptor of a KVM statistics. @flags: Annotations of the stats, like type, unit, etc. @exponent: Used together with @flags to determine the unit. @size: The number of data items for this stats. Every data item is of type __u64. @offset: The offset of the stats to the start of stat structure in structure kvm or kvm_vcpu. @bucket_size: A parameter value used for histogram stats. It is only used for linear histogram stats, specifying the size of the bucket; @name: The name string for the stats. Its size is indicated by the &kvm_stats_header->name_size.
- struct kvm_stats_header - Header of per vm/vcpu binary statistics data. @flags: Some extra information for header, always 0 for now. @name_size: The size in bytes of the memory which contains statistics name string including trailing ‘\0’. The memory is allocated at the send of statistics descriptor. @num_desc: The number of statistics the vm or vcpu has. @id_offset: The offset of the vm/vcpu stats’ id string in the file pointed by vm/vcpu stats fd. @desc_offset: The offset of the vm/vcpu stats’ descriptor block in the file pointd by vm/vcpu stats fd. @data_offset: The offset of the vm/vcpu stats’ data block in the file pointed by vm/vcpu stats fd.
Enums§
Constants§
Functions§
- Set up a signal used to cause KVM run_vp to return.