Re: [Xen-devel] [PATCH v1 09/11] xsplice: Add support for bug frames

2015-11-05 Thread Konrad Rzeszutek Wilk
On Tue, Nov 03, 2015 at 06:16:06PM +, Ross Lagerwall wrote: > Add support for handling bug frames contained with xsplice modules. If a > trap occurs search either the kernel bug table or an applied module's payload. > bug table depending on the instruction pointer. > > Signed-off-by: Ross Lag

[Xen-devel] [PATCH v1 09/11] xsplice: Add support for bug frames

2015-11-03 Thread Ross Lagerwall
Add support for handling bug frames contained with xsplice modules. If a trap occurs search either the kernel bug table or an applied module's bug table depending on the instruction pointer. Signed-off-by: Ross Lagerwall --- xen/arch/x86/traps.c | 30 - xen/common/symbols.c