[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/7] arm: make processor-specific functions from traps.c globaly visible
Hi Julien, On 09.08.17 12:53, Julien Grall wrote: Probably, better idea is to move this functions to processor.c or to newlycreated file like processor_state.c, because actually this functions canHi Volodymyr, On 08/08/17 21:08, Volodymyr Babchuk wrote:From: Volodymyr Babchuk <vlad.babchuk@xxxxxxxxx> The following list of functions: - advance_pc() - check_conditional_instr() - inject_undef_exception() - inject_iabt_exception() - inject_dabt_exception() - inject_vabt_exception()are now globaly visible. This change is needed becase we plan to handle SMCsin different file and handler code needs to alter state of a guest. Signed-off-by: Volodymyr Babchuk <vlad.babchuk@xxxxxxxxx> --- xen/arch/arm/traps.c | 16 ++++++---------- xen/include/asm-arm/processor.h | 11 +++++++++++I would much prefer if you introduce a new header traps.h rather than piggy-back on the now growing processor.h. have broader use, than traps handling. What do you think? I have actually a series that will do that, but I am happy if you introduce it before me.Cheers, _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |