[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
We have provided an option to administrator to determine how to handle the SErrors. In order to avoid add overhead to check the option at every trap, we want to use the alternative to skip this check. In this series: 1. Introduce alternative patching support for ARM32. 2. Update the ARM32 SErrors handle code to use the alternative. --- This series is the follow-up of the "Provide a command line option to choose how to handle " https://lists.xen.org/archives/html/xen-devel/2017-03/msg01423.html Wei Chen (2): xen/arm32: Introduce alternative runtime patching xen/arm32: Use alternative to skip the check of pending serrors xen/arch/arm/Kconfig | 2 +- xen/arch/arm/arm32/Makefile | 1 + xen/arch/arm/arm32/entry.S | 27 ++++------- xen/arch/arm/arm32/insn.c | 99 ++++++++++++++++++++++++++++++++++++++++ xen/common/livepatch.c | 1 + xen/include/asm-arm/arm32/insn.h | 57 +++++++++++++++++++++++ xen/include/asm-arm/insn.h | 2 + 7 files changed, 170 insertions(+), 19 deletions(-) create mode 100644 xen/arch/arm/arm32/insn.c create mode 100644 xen/include/asm-arm/arm32/insn.h -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |