]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[librm] Allow interrupts in protected mode
authorMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2014 19:17:15 +0000 (20:17 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 29 Apr 2014 17:24:04 +0000 (18:24 +0100)
commit23b671daf490acaec6fdad55f2bfa44021200a63
treed457aaccd7b8764494b932fbf59b412a85878298
parent4413ab4f5acbeba9a42f9567a687ffc5661ae190
[librm] Allow interrupts in protected mode

When running in a virtual machine, switching to real mode may be
expensive.  Allow interrupts to be enabled while in protected mode and
reflected down to the real-mode interrupt handlers.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/core/gdbidt.S
src/arch/i386/core/gdbmach.c
src/arch/i386/core/virtaddr.S
src/arch/i386/include/gdbmach.h
src/arch/i386/include/librm.h
src/arch/i386/transitions/librm.S
src/arch/i386/transitions/librm_mgmt.c
src/arch/x86_64/include/gdbmach.h
src/core/gdbstub.c