xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] xen/arm: compile and run xl
@ 2013-01-14 17:03 Stefano Stabellini
  2013-01-14 17:04 ` [PATCH 1/4] xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinfo to common code Stefano Stabellini
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Stefano Stabellini @ 2013-01-14 17:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Tim Deegan, Ian Campbell, Stefano Stabellini

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.


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/libxl/libxl_dom.c           |   67 +++++--------------
 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             |  134 +++----------------------------------
 xen/common/sysctl.c               |  121 +++++++++++++++++++++++++++++++++
 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 +
 xen/include/xsm/xsm.h             |   12 ++--
 18 files changed, 251 insertions(+), 202 deletions(-)

Cheers,

Stefano

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-01-15 11:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 17:03 [PATCH 0/4] xen/arm: compile and run xl Stefano Stabellini
2013-01-14 17:04 ` [PATCH 1/4] xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinfo to common code Stefano Stabellini
2013-01-14 18:22   ` Keir Fraser
2013-01-15 10:13   ` Ian Campbell
2013-01-15 11:19     ` Stefano Stabellini
2013-01-14 17:04 ` [PATCH 2/4] xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfn Stefano Stabellini
2013-01-14 17:04 ` [PATCH 3/4] libxc: fixes for the ARM platform Stefano Stabellini
2013-01-14 17:04 ` [PATCH 4/4] xen/arm: compile and run libxl/xl Stefano Stabellini
2013-01-15 10:53   ` Ian Campbell
2013-01-15 11:38     ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).