From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te6Ql-0004tZ-LA for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te6Qf-0006cS-VW for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:53:39 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:42888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te6Qf-0006cB-Nw for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:53:33 -0500 Received: by mail-lb0-f173.google.com with SMTP id c1so8718312lbg.4 for ; Thu, 29 Nov 2012 07:53:32 -0800 (PST) From: Max Filippov Date: Thu, 29 Nov 2012 19:53:20 +0400 Message-Id: <1354204400-19424-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH for-1.3] qemu-tech.texi: update implemented xtensa features list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Max Filippov Debug option is available since QEMU-1.2; FP coprocessor and coprocessor context is available since QEMU-1.3. Signed-off-by: Max Filippov --- qemu-tech.texi | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qemu-tech.texi b/qemu-tech.texi index d73dda8..8aefa74 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -262,16 +262,16 @@ Current QEMU limitations: @item Core Xtensa ISA emulation, including most options: code density, loop, extended L32R, 16- and 32-bit multiplication, 32-bit division, -MAC16, miscellaneous operations, boolean, multiprocessor synchronization, +MAC16, miscellaneous operations, boolean, FP coprocessor, coprocessor +context, debug, multiprocessor synchronization, conditional store, exceptions, relocatable vectors, unaligned exception, interrupts (including high priority and timer), hardware alignment, region protection, region translation, MMU, windowed registers, thread pointer, processor ID. -@item Not implemented options: FP coprocessor, coprocessor context, -data/instruction cache (including cache prefetch and locking), XLMI, -processor interface, debug. Also options not covered by the core ISA -(e.g. FLIX, wide branches) are not implemented. +@item Not implemented options: data/instruction cache (including cache +prefetch and locking), XLMI, processor interface. Also options not +covered by the core ISA (e.g. FLIX, wide branches) are not implemented. @item Can run most Xtensa Linux binaries. -- 1.7.7.6