mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
6efa20e49b
This is based on a patch that Zhenzhong Duan had sent - which
was missing some of the remaining pieces. The kernel has the
logic to handle Xen-type-exceptions using the paravirt interface
in the assembler code (see PARAVIRT_ADJUST_EXCEPTION_FRAME -
pv_irq_ops.adjust_exception_frame and and INTERRUPT_RETURN -
pv_cpu_ops.iret).
That means the nmi handler (and other exception handlers) use
the hypervisor iret.
The other changes that would be neccessary for this would
be to translate the NMI_VECTOR to one of the entries on the
ipi_vector and make xen_send_IPI_mask_allbutself use different
events.
Fortunately for us commit
|
||
---|---|---|
.. | ||
hvm | ||
io | ||
callback.h | ||
elfnote.h | ||
event_channel.h | ||
features.h | ||
grant_table.h | ||
memory.h | ||
physdev.h | ||
platform.h | ||
sched.h | ||
vcpu.h | ||
version.h | ||
xen-mca.h | ||
xen.h | ||
xencomm.h |