On 22.01.2026 17:47, Oleksii Kurochko wrote:
> +void vtimer_set_timer(struct vtimer *t, const uint64_t ticks)
> +{
> + struct arch_vcpu *avcpu = container_of(t, struct arch_vcpu, vtimer);
> + struct vcpu *v = container_of(avcpu, struct vcpu, arch);Why two container_of() when one will do? (Same again further down.) Jan
