x86_hyper_runtime
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
4.18
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
5.0
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
5.3
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
5.4
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
5.8
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
5.11
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
};
5.13
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
};
5.15
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
};
5.19
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
};
6.2
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
};
6.5
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
bool (*is_private_mmio)(u64);
};
6.8
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *);
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *);
bool (*is_private_mmio)(u64);
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
azure
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
gcp
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
lowlatency
: ✅struct x86_hyper_runtime {
void (*pin_vcpu)(int);
};
Regular
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️void (*sev_es_hcall_prepare)(struct ghcb *, struct pt_regs *)
bool (*sev_es_hcall_finish)(struct ghcb *, struct pt_regs *)
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
⚠️bool (*is_private_mmio)(u64)
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅