Re: [PATCH v14 09/22] KVM: selftests: Expose functions to get default sregs values
From: Edgecombe, Rick P
Date: Thu Aug 13 2026 - 20:46:53 EST
On Wed, 2026-07-22 at 23:13 +0000, Lisa Wang wrote:
>
> +#ifndef NUM_INTERRUPTS
> +#define NUM_INTERRUPTS 256
> +#endif
> +
Is this necessary for this patch? I see why to extract
kvm_get_default_idt_limit() because now it's used twice. But why extract this
define too?