Difference between revisions of "Archived/Xen ARM (PV)"

From Xen
m
(Archived page)
 
(21 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
<!-- ##acl BrianMyungjuneJUNG:read,write,admin Sang-bum Suh:read,write,admin XenARMGroup:read,write,revert All:read -->
 
<!-- ##acl BrianMyungjuneJUNG:read,write,admin Sang-bum Suh:read,write,admin XenARMGroup:read,write,revert All:read -->
 
<!-- ## page was renamed from Xen/PPC -->
 
<!-- ## page was renamed from Xen/PPC -->
 
 
{{Hatnote|For the ARM port for processors with hardware virtualization extensions see [[Xen ARMv7 with Virtualization Extensions]].}}
 
{{Hatnote|For the ARM port for processors with hardware virtualization extensions see [[Xen ARMv7 with Virtualization Extensions]].}}
   
= Xen ARM Project =
+
= Xen ARM PV Project =
 
'''Xen-ARM is called originally Secure Xen on ARM which consists of Xen on ARM VMM and the associated access control.'''
 
   
  +
Xen-ARMPV is called originally Secure Xen on ARM which consists of Xen on ARM VMM and the associated access control.'''
  +
{{WarningLeft|This project has been inactive since 2012 and been '''superceded''' by the '''newer [[Xen_ARMv7_with_Virtualization_Extensions|Xen on ARM (with virtualization extensions) project]]''' or short '''Xen on ARM''' project. The code created by the Xen on ARM project has been merged into the Xen Hypervisor mainline and is maintained as part of the Xen Hypervisor (unlike the Xen ARM PV project, which forked Xen and Linux). First support for ARM has been available in Xen since Xen 4.3 (July 2013). We have also seen the first demos showing Android running on Xen 4.3 using the newer and very active [[Xen_ARMv7_with_Virtualization_Extensions|Xen on ARM port]]. Also see [[:Category:Android|Category:Android]] and [[:Category:Embedded|Category:Embedded]]. The code for the old Xen ARM (PV) port is and will be available from this page, but it is likely that almost all development effort for ARM will happen on Xen on ARM in the Xen mainline (and not in the Xen ARM PV fork).}}
 
== Contributing ==
 
== Contributing ==
 
Please email xen-arm@lists.xensource.com with comments, questions, and patches. For patches, please prefix the email subject with "[patch]". Use http://lists.xensource.com/xen-arm to subscribe and to access the archives.
 
Please email xen-arm@lists.xensource.com with comments, questions, and patches. For patches, please prefix the email subject with "[patch]". Use http://lists.xensource.com/xen-arm to subscribe and to access the archives.
Line 23: Line 22:
   
 
* Note that Xen ARM is currently rebased onto xen-unstable such that it can be upstreamed. The work is currently performed on [http://xenbits.xen.org/gitweb/?p=people/jm77ryu/xen-unstable-arm.git;a=summary Jaemin Ryu's personal branch]
 
* Note that Xen ARM is currently rebased onto xen-unstable such that it can be upstreamed. The work is currently performed on [http://xenbits.xen.org/gitweb/?p=people/jm77ryu/xen-unstable-arm.git;a=summary Jaemin Ryu's personal branch]
  +
[http://xenbits.xen.org/gitweb/?p=people/jm77ryu/xen-arm.git;a=summary Jaemin Ryu's personal another branch, target on tegra250 board]
== Xen-ARM source ==
 
  +
== Xen-ARMPV source ==
Click [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20110714.tar.bz2 xen-arm-opensource-20110714.tar.bz2] to download the latest officially released Xen-ARM package.
 
  +
Please follow [http://xenbits.xen.org/ext/arm/ Xen ARM PV Repo] and Jaemin Ryu's personal branch.
   
 
== Documents ==
 
== Documents ==
Line 43: Line 43:
   
 
Older versions of Xen ARM
 
Older versions of Xen ARM
  +
* [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20110714.tar.bz2 xen-arm-opensource-20110714.tar.bz2]
 
* [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20101019.tar.bz2 xen-arm-opensource-20101019.tar.bz2]
 
* [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20101019.tar.bz2 xen-arm-opensource-20101019.tar.bz2]
 
* [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20081210.tar.bz2 xen-arm-opensource-20081210.tar.bz2]
 
* [http://downloads.xen.org/Wiki/XenARM/xen-arm-opensource-20081210.tar.bz2 xen-arm-opensource-20081210.tar.bz2]
Line 71: Line 72:
 
[[Category:Developers]]
 
[[Category:Developers]]
 
[[Category:Users]]
 
[[Category:Users]]
  +
[[Category:Archived]]

Latest revision as of 15:45, 15 April 2015

Xen ARM PV Project

Xen-ARMPV is called originally Secure Xen on ARM which consists of Xen on ARM VMM and the associated access control.

Icon Ambox.png This project has been inactive since 2012 and been superceded by the newer Xen on ARM (with virtualization extensions) project or short Xen on ARM project. The code created by the Xen on ARM project has been merged into the Xen Hypervisor mainline and is maintained as part of the Xen Hypervisor (unlike the Xen ARM PV project, which forked Xen and Linux). First support for ARM has been available in Xen since Xen 4.3 (July 2013). We have also seen the first demos showing Android running on Xen 4.3 using the newer and very active Xen on ARM port. Also see Category:Android and Category:Embedded. The code for the old Xen ARM (PV) port is and will be available from this page, but it is likely that almost all development effort for ARM will happen on Xen on ARM in the Xen mainline (and not in the Xen ARM PV fork).

Contributing

Please email xen-arm@lists.xensource.com with comments, questions, and patches. For patches, please prefix the email subject with "[patch]". Use http://lists.xensource.com/xen-arm to subscribe and to access the archives.

Current Status

Secure Xen on ARM supports the ARMv7 architecture family, specific platform we test/run on is:

  • nVidia Tegra250 Development Board

Note : This release does not support all architectures prior to ARM v7. Previous versions of Xen-ARM can be found on the Xen-ARM archives section.

  • Note that Xen ARM is currently rebased onto xen-unstable such that it can be upstreamed. The work is currently performed on Jaemin Ryu's personal branch

Jaemin Ryu's personal another branch, target on tegra250 board

Xen-ARMPV source

Please follow Xen ARM PV Repo and Jaemin Ryu's personal branch.

Documents

Bug Tracking

We are using the main Xen bugzilla bugtracking system: all ARM bugs. Please create an account so that bugs may be assigned to you. ;-)

Xen-ARM Archives

Android Goldfish (QEMU 0.82 based Android emulator):

  • Patching the QEMU: qemu-xen_arm-081120.tar.bz2
  • Some source codes of emulator are modified in order to make the emulator load two mini-os images into RAM before executing Secure Xen on ARM.
  • More details on how to run Secure Xen on ARM on modified Goldfish emulator are found in the section A.2 of user guide.

Para-virtualized uC/OS-II RTOS:

Older versions of Xen ARM

Links

Contact

  • Sang-bum SUH sbuk.suh@samsung.com