]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Document new arm-user features.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Jun 2006 16:28:41 +0000 (16:28 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Jun 2006 16:28:41 +0000 (16:28 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1952 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 4cb034c7c35d3aa24bbd353009f9749741e595e6..2b37179c5144c63a248190f420776091804b8dc6 100644 (file)
@@ -1531,6 +1531,7 @@ information is available in the QEMU mailing-list archive.
 * Quick Start::
 * Wine launch::
 * Command line options::
+* Other binaries::
 @end menu
 
 @node Quick Start
@@ -1637,6 +1638,15 @@ Activate log (logfile=/tmp/qemu.log)
 Act as if the host page size was 'pagesize' bytes
 @end table
 
+@node Other binaries
+@section Other binaries
+
+@command{qemu-arm} is also capable of running ARM "Angel" semihosted ELF
+binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB
+configurations), and arm-uclinux bFLT format binaries.
+
+The binary format is detected automatically.
+
 @node compilation
 @chapter Compilation from the sources