summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-11 16:28:41 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-11 16:28:41 +0000
commit79737e4a7da78d13bd195014f5767d1519dbdfcb (patch)
tree8fc6597c2e597fdcdae75c59d39f58d69fe2c035 /qemu-doc.texi
parente5fe0c5230cc7780de852cefb5df57e05e2c613e (diff)
downloadqemu-79737e4a7da78d13bd195014f5767d1519dbdfcb.tar.gz
Document new arm-user features.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1952 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 4cb034c7c3..2b37179c51 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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