[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 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 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_core_arm.h | 2 + tools/libxc/xc_core_x86.h | 5 ++ tools/libxc/xc_dom.h | 6 +-- tools/libxc/xc_dom_arm.c | 19 ++++-- tools/libxc/xc_dom_boot.c | 23 +++---- 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/mm.h | 3 + xen/include/xen/sched.h | 2 + 18 files changed, 234 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 |