search for: ca7

Displaying 6 results from an estimated 6 matches for "ca7".

Did you mean: ca
2013 Aug 29
2
[PATCH] xen/arm: Don't set the ACTLR SMP bit for 64 bit guests
The ACTLR register is implementation defined. The SMP bit is CA15 and CA7 specific. Also replace ACTLR_CA15_SMP by ACTLR_V7_SMP. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- xen/arch/arm/domain.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c index cb0424d..00f2d...
2013 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
...ch/arm/Rules.mk | 5 ++++ xen/arch/arm/arm32/Makefile | 1 + xen/arch/arm/arm32/debug-sun6i.inc | 50 +++++++++++++++++++++++++++++++++++ xen/arch/arm/arm32/head.S | 11 ++++++++ xen/arch/arm/arm32/mode_switch.S | 13 +++++++-- xen/arch/arm/arm32/proc-ca7.S | 36 +++++++++++++++++++++++++ xen/include/asm-arm/platforms/sun6i.h | 28 ++++++++++++++++++++ xen/include/asm-arm/processor-ca7.h | 25 ++++++++++++++++++ 8 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 xen/arch/arm/arm32/debug-sun6i.inc create mode 100644 xen...
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
...initialize function. Currently, support Cortex-A7 and Cortex-A15. Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> --- changes since v2 1), define cpu_init function instead of assemble jump code in struct proc_info_list 2), add commit in look up proc info in assemble code. 3), merge __v7_ca7mp and __v7_ca15mp and relative definition into prov-v7.S 4), move MIDR mask definition from headers to prov-v7.S 5), move procinfo.h from xen/include/asm-arm/arm32 to xen/include/asm-arm xen/arch/arm/arm32/Makefile | 2 +- xen/arch/arm/arm32/asm-offsets.c | 7 +++++ xen/arch/arm/...
2012 Dec 12
3
Fatal Error during bundle install
...ttp://bit.ly/bundler-issues. Thanks! C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/source.rb:582:in ` `'': No such file or directory - git clone "git://github.com/rchampourlier/guard- shotgun.git" "C:/Ruby193/lib/ruby/gems/1.9.1/cache/bundler/git/guard-shotgun-ca7 90224b79e4af3b21d52952b8aac198de21d5f" --bare --no-hardlinks (Errno::ENOENT) from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/sourc e.rb:582:in `git'' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/sourc e.rb:543:in `checkout'...
2020 Mar 26
0
[PATCH nbdkit 9/9] tests/old-plugins: Add plugin from nbdkit 1.18.2.
...cb9421422730c82c4 GIT binary patch literal 28064 zcmeHQ3w%`NmA{h*L;^EWv4Uc~(4aveCOj0xNQOL^!SIkIh%Gn_nF*OPnHgs8@bFQ> zCZXPjC~n<q*KSK|+hu+HiY}!{6{Eati(9nV^=-rlcMJ$dMJnp-|9p>|%Z0Sv?f!Ou zyTAGPP0l^%JLi1oJKy=v{pOqdUDj6BRA)IHiY(d6bqZl6g`83@DwZ^g3xINEijt4N zmnb6`Z%$v;8CL}boFt(laB3r$s#N-eqO!jxTz3J-CA7-1_R0mn4Zby)(<QXZ4M5fA zMZA7<_;k2MbfSnEg*stp7A{GyOUQKzISCbFpdw%%#}raWpUr}9hb4kfLc82cLe35g zg`9-c29?@(wZMO+y?H`ze-+nbheK(gP$ZP?-2gfA%U@fBJC*s;&VI&WVK&z&p=h4@ zQbiRF&&)aX6n9<B7GVV3#c(0c_=kd*aN_^k%EumvPTTJM+06r{C7xAJRv!Ce2ddbx zjRvH4WPg4P#YDRdpXJ`QH(!3or?2DktmW?^c-~oR8b...
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread: https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203 test-delay-shutdown.sh fails for unclear reasons. This series starts by reverting "tests: Don't strand hung nbdkit processes" which is because several other tests fail randomly unless I revert this patch. I didn't investigate this yet so it