hypervisor_x86
Regular
4.4
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
void (*set_cpu_features)(struct cpuinfo_x86 *);
void (*init_platform)();
bool (*x2apic_available)();
};
4.8
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
void (*set_cpu_features)(struct cpuinfo_x86 *);
void (*init_platform)();
bool (*x2apic_available)();
};
4.10
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
void (*set_cpu_features)(struct cpuinfo_x86 *);
void (*init_platform)();
bool (*x2apic_available)();
void (*pin_vcpu)(int);
};
4.13
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
void (*init_platform)();
bool (*x2apic_available)();
void (*pin_vcpu)(int);
void (*init_mem_mapping)();
};
4.15
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
};
4.18
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
};
5.0
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
};
5.3
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.4
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.8
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.11
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.13
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.15
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
5.19
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
6.2
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
6.5
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
6.8
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
azure
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
gcp
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
lowlatency
: ✅struct hypervisor_x86 {
const char *name;
uint32_t (*detect)();
enum x86_hypervisor_type type;
struct x86_hyper_init init;
struct x86_hyper_runtime runtime;
bool ignore_nopv;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️void (*pin_vcpu)(int)
4.10
and 4.13
⚠️void (*init_mem_mapping)()
void (*set_cpu_features)(struct cpuinfo_x86 *)
4.13
and 4.15
⚠️enum x86_hypervisor_type type
struct x86_hyper_init init
struct x86_hyper_runtime runtime
void (*init_platform)()
bool (*x2apic_available)()
void (*pin_vcpu)(int)
void (*init_mem_mapping)()
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
⚠️bool ignore_nopv
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅