commit | 18cd52c4d9bfbd081fb643021ba8d048475cd82a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 18 18:04:17 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 01 15:06:42 2015 +0200 |
tree | 2fed4d9a9d19c6e05b479df27a572d58f69edcfb | |
parent | 72c930dcfc2b49404ee9e20f6c868402e9c71166 [diff] |
irq_remapping: move structs outside #ifdef 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. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>