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?

