Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec10f475 authored by Zhang Xiantao's avatar Zhang Xiantao Committed by Avi Kivity
Browse files

KVM: Expose ioapic to ia64 save/restore APIs



IA64 also needs to see ioapic structure in irqchip.

Signed-off-by: default avatarxiantao.zhang@intel.com <xiantao.zhang@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 5736199a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ struct kvm_irqchip {
		char dummy[512];  /* reserving space */
#ifdef CONFIG_X86
		struct kvm_pic_state pic;
#endif
#if defined(CONFIG_X86) || defined(CONFIG_IA64)
		struct kvm_ioapic_state ioapic;
#endif
	} chip;