> Cooper ; Wei Liu
> > Subject: [PATCH for-4.14 1/8] x86/hvm: fix vIO-APIC build without
> > IRQ0_SPECIAL_ROUTING
> >
> > pit_channel0_enabled needs to be guarded with IRQ0_SPECIAL_ROUTING
> > since it's only used when the special handling of ISA IRQ 0 is en
> -Original Message-
> From: Roger Pau Monne
> Sent: 12 June 2020 16:57
> To: xen-devel@lists.xenproject.org
> Cc: p...@xen.org; Roger Pau Monne ; Jan Beulich
> ; Andrew
> Cooper ; Wei Liu
> Subject: [PATCH for-4.14 1/8] x86/hvm: fix vIO-APIC build without
pit_channel0_enabled needs to be guarded with IRQ0_SPECIAL_ROUTING
since it's only used when the special handling of ISA IRQ 0 is enabled.
No functional change.
Signed-off-by: Roger Pau Monné
---
xen/arch/x86/hvm/vioapic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xen/arch/x86/hvm/v