Document new arm-user features.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1952 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 4cb034c..2b37179 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1531,6 +1531,7 @@
* Quick Start::
* Wine launch::
* Command line options::
+* Other binaries::
@end menu
@node Quick Start
@@ -1637,6 +1638,15 @@
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