See patches for details. May conflict with your SSE work, Ralf. Jan
CC: Jan Kiszka <[email protected]> Jan Kiszka (5): configs: x86: Make Comm Region writable in all configs inmates: x86: Register IDT during setup inmates: x86: Refactor interrupt handler inmates: x86: Add 32-bit interrupt support inmates: x86: Catch and report exceptions configs/x86/e1000-demo.c | 3 +- configs/x86/ioapic-demo.c | 3 +- configs/x86/ivshmem-demo.c | 3 +- configs/x86/linux-x86-demo.c | 3 +- configs/x86/pci-demo.c | 3 +- configs/x86/smp-demo.c | 3 +- configs/x86/tiny-demo.c | 3 +- inmates/lib/x86/Makefile | 4 +- inmates/lib/x86/excp.c | 165 +++++++++++++++++++++++++++++++++++++++ inmates/lib/x86/include/inmate.h | 6 ++ inmates/lib/x86/int.c | 97 ++++++++++++----------- inmates/lib/x86/setup.c | 12 +++ 12 files changed, 250 insertions(+), 55 deletions(-) create mode 100644 inmates/lib/x86/excp.c -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/cover.1557914551.git.jan.kiszka%40web.de. For more options, visit https://groups.google.com/d/optout.
