search for: bamvor

Displaying 9 results from an estimated 9 matches for "bamvor".

Did you mean: bajor
2013 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
These series patch enable Allwinner A31(code name sun6i) support in assemble. with these patches, the cpu 0 of sun6i SOC could successful boot into the c environment. Bamvor Jian Zhang (4): xen/arm: introduce Cortex-A7 support xen/arm: introduce Allwinner sun6i SOC basic support xen/arm: enable early printk for sun6i xen/arm: enable switch to hyper mode for sun6i xen/arch/arm/Rules.mk | 5 ++++ xen/arch/arm/arm32/Makefile | 1 + xe...
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
...included in libxl.h. So, the former one also need to be installed. b, define __XEN_TOOLS__ in libxl.h: the head file "xen/sysctl.h" need check this macro. It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h). Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> diff -r 87218bd367be tools/libxl/Makefile --- a/tools/libxl/MakefileFri Feb 17 12:24:38 2012 +0000 +++ b/tools/libxl/MakefileMon Feb 20 15:36:09 2012 +0800 @@ -163,7 +163,7 @@ ln -sf libxlutil.so.$(XLUMAJOR).$(XLUMINOR) $(DESTDIR)$(LIBDIR)/libxlutil.so.$(X...
2013 Aug 29
2
Re: [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
...nd_node_by_path(devpath); > + else > + dev = dt_find_node_by_alias(devpath); if ''/'' start an alias, it should be + if ( *devpath == ''/'' ) + dev = dt_find_node_by_alias(devpath); + else + dev = dt_find_node_by_path(devpath); bamvor > > if ( !dev ) > { > - early_printk("Unable to find device \"%s\"\n", devalias); > + early_printk("Unable to find device \"%s\"\n", devpath); > return; > } > > -- > 1.7.10.4
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id and cpu initialize function. In head.S, search cpu specific MIDR in procinfo and call such 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 definitio...
2013 Jan 13
0
[xen-unstable test] 14916: regressions - FAIL
...fail never pass version targeted for testing: xen 1e2195cb4410 baseline version: xen 35a0556a7f76 ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@citrix.com> Bamvor Jian Zhang <bjzhang@suse.com> Dan Magenheimer <dan.magenheimer@oracle.com> Daniel De Graaf <dgdegra@tycho.nsa.gov> Dongxiao Xu <dongxiao.xu@intel.com> Eddie Dong <eddie.dong@intel.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson...
2013 Dec 09
7
Best board for ARM ?
2012 Oct 24
8
libxl drivers for libvirt?
Hey Jim, I was wondering if you or someone on your team could give me an idea what the status of libxl support is in libvirt, particularly wrt various releases? I''m asking because I''m going to UDS next week to talk about the 13.04 release, and it would be good to get Xen 4.2 in; but that in part depends on whether there will be libvirt support for 4.2 in whatever version of
2013 Nov 01
7
[PATCH v4 0/3] support for cubieboard2 / sunxi processors
The majority of this series went in a while back, what remains is just the basic platform support and the UART blacklisting. The series has also grown a constcorrectness fix for the other existing platforms too. Still no SATA support from upstream sadly. Bamvor has written some generic docs at http://wiki.xenproject.org/wiki/Xen_ARMv7_with_Virtualization_Extensions/Allwinner Thanks, Ian.
2013 Feb 24
2
[xen-4.2-testing test] 16260: regressions - FAIL
...ly libxl would never call libxl_osevent_hooks->timeout_modify and now it never calls ->timeout_deregister). For clarity, fold the body of time_register_finite into its one remaining call site. This makes the semantics of ev->infinite slightly clearer. Cc: Bamvor Jian Zhang <bjzhang@suse.com> Cc: Ian Campbell <Ian.Campbell@citrix.com> Tested-by: Jim Fehlig <jfehlig@suse.com> Acked-by: Jim Fehlig <jfehlig@suse.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> (qemu changes not included)