Re: [Xen-devel] [PATCH 6/6] x86: move and rename NR_VECTORS

2019-12-20 Thread Andrew Cooper
On 20/12/2019 13:31, Jan Beulich wrote: > This is an architectural definition, so move it to x86-defns.h and add > an X86_ prefix. This in particular allows removing the inclusion of > irq_vectors.h by virtually every source file, due to irq.h and > hvm/vmx/vmcs.h having needed to include it: Chang

[Xen-devel] [PATCH 6/6] x86: move and rename NR_VECTORS

2019-12-20 Thread Jan Beulich
This is an architectural definition, so move it to x86-defns.h and add an X86_ prefix. This in particular allows removing the inclusion of irq_vectors.h by virtually every source file, due to irq.h and hvm/vmx/vmcs.h having needed to include it: Changes to IRQ vector usage shouldn't really trigger