[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT RFC PATCH 0/2] Implement irq handle
Implement GICv2 library and trap function, so irq handle frame is enabled Jianyong Wu (2): Implement gic-v2 library for Arm plat/common: Add trap function to handle Arm64 irq trap and more interrupt handlers are coming. plat/common/arm/gic-v2.c | 447 +++++++++++++++++++++++++++++++ plat/common/arm/traps.c | 25 ++ plat/common/include/arm/gic-v2.h | 380 ++++++++++++++++++++++++++ plat/common/include/irq.h | 15 ++ plat/kvm/Makefile.uk | 2 + plat/kvm/arm/exceptions.S | 10 +- plat/kvm/arm/setup.c | 55 ++-- 7 files changed, 911 insertions(+), 23 deletions(-) create mode 100644 plat/common/arm/gic-v2.c create mode 100644 plat/common/include/arm/gic-v2.h -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |