From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpSnt-0004Pa-95 for qemu-devel@nongnu.org; Sun, 11 Jun 2006 12:28:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpSnq-0004P4-TE for qemu-devel@nongnu.org; Sun, 11 Jun 2006 12:28:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpSnq-0004P1-PB for qemu-devel@nongnu.org; Sun, 11 Jun 2006 12:28:42 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FpSwN-0003aD-Qs for qemu-devel@nongnu.org; Sun, 11 Jun 2006 12:37:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FpSnq-0004CY-00 for ; Sun, 11 Jun 2006 12:28:42 -0400 Received: from pbrook by savannah.gnu.org with local (Exim 4.50) id 1FpSnp-0004CV-VL for qemu-devel@nongnu.org; Sun, 11 Jun 2006 16:28:42 +0000 Message-Id: From: Paul Brook Date: Sun, 11 Jun 2006 16:28:41 +0000 Subject: [Qemu-devel] qemu qemu-doc.texi Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /sources/qemu Module name: qemu Changes by: Paul Brook 06/06/11 16:28:41 Modified files: . : qemu-doc.texi Log message: Document new arm-user features. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.90&r2=1.91 Patches: Index: qemu-doc.texi =================================================================== RCS file: /sources/qemu/qemu/qemu-doc.texi,v retrieving revision 1.90 retrieving revision 1.91 diff -u -b -r1.90 -r1.91 --- qemu-doc.texi 26 May 2006 00:49:52 -0000 1.90 +++ qemu-doc.texi 11 Jun 2006 16:28:41 -0000 1.91 @@ -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