[release-notes] add an ARM page, and talk about Aaarch64 emulation there.

Pete Travis immanetize at fedoraproject.org
Sun Oct 12 18:50:41 UTC 2014


commit 12abbf254652d8ba73869a203537101aee9d9cef
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Oct 12 12:50:36 2014 -0600

    add an ARM page, and talk about Aaarch64 emulation there.

 en-US/ARM.xml              |   22 ++++++++++++++++++++++
 en-US/Section-Products.xml |    6 +++++-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/en-US/ARM.xml b/en-US/ARM.xml
new file mode 100644
index 0000000..35da467
--- /dev/null
+++ b/en-US/ARM.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="ARM">
+  <title>Fedora ARM</title>
+  <para />
+  <section id="ARM-qemu-aarch64">
+    <title>Virtualizing AArch64</title>
+    <para>
+      The qemu project has been working to enable full AArch64 system emulation, provided by the <package>qemu-system-aarch64</package> package.
+    </para>
+    <para>
+      AArch64 VMs can now be run on x86 hosts using standard libvirt tools like <command>virsh</command>, <application>virt-manager</application>, and <command>virt-install</command>.
+    </para>
+  </section>
+
+</section>
+
+  
diff --git a/en-US/Section-Products.xml b/en-US/Section-Products.xml
index 2b26a0a..f55b313 100644
--- a/en-US/Section-Products.xml
+++ b/en-US/Section-Products.xml
@@ -26,10 +26,14 @@
   <para>
     Fedora Spins, such as live media featuring alternative desktop environments, will continue to be produced.
   </para>
+  <para>
+    Fedora also offers images and support for an ever-encreasing number of ARM devices, both large and small.
+  </para>
      
   <xi:include href="Products-Cloud.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   <xi:include href="Products-Server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   <xi:include href="Products-Workstation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   <xi:include href="Products-Spins.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+  <xi:include href="ARM.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  
 </section>


More information about the docs-commits mailing list