[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT RFC PATCH 0/2] enable exception handle framwork for Arm
Add gic-v2 library and exception handler to unikraft for Arm. This version add isb before irq handler to fix interrupt lost issue in some cases. Jianyong Wu (1): Implement gic-v2 library for Arm Wei Chen (1): plat/common: Add a trap function to handle Arm64 irq trap plat/common/arm/gic-v2.c | 389 +++++++++++++++++++++++++++++++++++++++ plat/common/arm/traps.c | 25 +++ plat/common/include/arm/gic-v2.h | 380 ++++++++++++++++++++++++++++++++++++++ plat/common/include/irq.h | 15 ++ plat/kvm/Makefile.uk | 1 + plat/kvm/arm/exceptions.S | 10 +- plat/kvm/arm/setup.c | 27 ++- 7 files changed, 837 insertions(+), 10 deletions(-) create mode 100644 plat/common/arm/gic-v2.c create mode 100644 plat/common/include/arm/gic-v2.h -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |