Re: [PATCH] irq_remapping: move structs outside #ifdef

2015-09-18 Thread Thomas Gleixner
On Fri, 18 Sep 2015, Paolo Bonzini wrote: > This is friendlier to clients of the code, who are going to prepare > vcpu_data structs unconditionally, even if CONFIG_IRQ_REMAP is not > defined. > > Signed-off-by: Paolo Bonzini Reviewed-by: Thomas Gleixner > --- > Please ack, I'd like t

[PATCH] irq_remapping: move structs outside #ifdef

2015-09-18 Thread Paolo Bonzini
This is friendlier to clients of the code, who are going to prepare vcpu_data structs unconditionally, even if CONFIG_IRQ_REMAP is not defined. Signed-off-by: Paolo Bonzini --- Please ack, I'd like to include it in the 4.4 pull request. arch/x86/include/asm/irq_remapping.h | 10 +---