Hi, On 5/15/19 12:02 PM, Jan Kiszka wrote: > See patches for details. May conflict with your SSE work, Ralf.
yes, it does, but nothing painful. Already had a similar patch like 1/5 in the queue. But thanks for the patches, they're probably pretty helpful for many cases. Useful infrastructure. Thanks 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/5f9bade2-d91e-0956-c605-9716a731a5e6%40oth-regensburg.de. For more options, visit https://groups.google.com/d/optout.
