shared_info
Regular
4.4
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
4.8
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
4.10
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
4.13
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
4.15
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
4.18
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.0
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.3
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.4
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.8
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.11
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
5.13
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
5.15
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
5.19
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
6.2
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
6.5
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
6.8
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
uint32_t wc_sec_hi;
struct arch_shared_info arch;
};
arm64
: ✅struct shared_info {
struct vcpu_info vcpu_info[1];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
azure
: Absent ⚠️
gcp
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
lowlatency
: ✅struct shared_info {
struct vcpu_info vcpu_info[32];
xen_ulong_t evtchn_pending[64];
xen_ulong_t evtchn_mask[64];
struct pvclock_wall_clock wc;
struct arch_shared_info arch;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
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
✅
5.11
and 5.13
⚠️uint32_t wc_sec_hi
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
✅
amd64
and arm64
⚠️struct vcpu_info vcpu_info[32]
➡️ struct vcpu_info vcpu_info[1]
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅