xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] xen/arm: compile and run xl
@ 2013-01-16 18:57 Stefano Stabellini
  2013-01-16 18:58 ` [PATCH v2 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; 11+ messages in thread
From: Stefano Stabellini @ 2013-01-16 18:57 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com
  Cc: Tim (Xen.org), 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.


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

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

end of thread, other threads:[~2013-02-14 11:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 18:57 [PATCH v2 0/4] xen/arm: compile and run xl Stefano Stabellini
2013-01-16 18:58 ` [PATCH v2 1/4] xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinfo to common code Stefano Stabellini
2013-01-24 17:37   ` Ian Campbell
2013-02-14 11:28     ` Stefano Stabellini
2013-01-16 18:58 ` [PATCH v2 2/4] xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfn Stefano Stabellini
2013-01-24 17:39   ` Ian Campbell
2013-01-16 18:58 ` [PATCH v2 3/4] libxc: fixes for the ARM platform Stefano Stabellini
2013-01-24 17:40   ` Ian Campbell
2013-02-14 11:44     ` Ian Campbell
2013-01-16 18:58 ` [PATCH v2 4/4] xen/arm: compile and run libxl/xl Stefano Stabellini
2013-01-24 17:43   ` Ian Campbell

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).