x86/xen: Support early interrupts in xen pv guests
Add early interrupt handlers activated by idt_setup_early_handler() to the handlers supported by Xen pv guests. This will allow for early WARN() calls not crashing the guest. Suggested-by:Andy Lutomirski <luto@kernel.org> Signed-off-by:
Juergen Gross <jgross@suse.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Cc: xen-devel@lists.xenproject.org Cc: boris.ostrovsky@oracle.com Link: https://lkml.kernel.org/r/20171124084221.30172-1-jgross@suse.com
Showing
- arch/x86/include/asm/segment.h 12 additions, 0 deletionsarch/x86/include/asm/segment.h
- arch/x86/mm/extable.c 3 additions, 1 deletionarch/x86/mm/extable.c
- arch/x86/xen/enlighten_pv.c 24 additions, 13 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/xen-asm_64.S 14 additions, 0 deletionsarch/x86/xen/xen-asm_64.S
Please register or sign in to comment