[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 0/4] xen/arm: compile and run xl
Hi all, this small patch series contains the changes necessary to compile and run xl on ARM. Xl can be used to create VMs. The first two patches are hypervisor changes, while the last two are libxc and libxli multiarch fixes. Changes in v3: - rebased on b61ed421d2c85b5b106c63f2c14f8aa162b282f0; - move node_spanned_pages and __node_distance definitions to numa.h; - implement xc_dom_feature_translated in xc_dom_{arm/x86}.c. Changes in v2: - rebased on 77d3a1db3196b1b5864469f8d3f41d496800c795; - cpu_khz is khz while cntfrq is hz: take care of the conversion; - move the xc_dom_gnttab_hvm_seed changes into the libxc patch. Stefano Stabellini (4): xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinfo to common code xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfn libxc: fixes for the ARM platform xen/arm: compile and run libxl/xl tools/libxc/xc_dom.h | 6 +-- tools/libxc/xc_dom_arm.c | 24 +++++-- tools/libxc/xc_dom_boot.c | 23 +++---- tools/libxc/xc_dom_x86.c | 5 ++ tools/libxl/libxl_dom.c | 54 ++-------------- tools/libxl/libxl_x86.c | 48 ++++++++++++++ xen/arch/arm/domain.c | 3 + xen/arch/arm/mm.c | 3 + xen/arch/arm/setup.c | 2 +- xen/arch/arm/sysctl.c | 2 + xen/arch/arm/time.c | 10 ++-- xen/arch/x86/sysctl.c | 123 +++---------------------------------- xen/common/sysctl.c | 109 ++++++++++++++++++++++++++++++++ xen/include/asm-arm/domain.h | 1 + xen/include/asm-arm/grant_table.h | 13 +++- xen/include/asm-arm/numa.h | 4 + xen/include/xen/sched.h | 2 + 17 files changed, 238 insertions(+), 194 deletions(-) Cheers, Stefano _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |