From patchwork Thu Nov 29 15:53:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 202771 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EBAED2C0089 for ; Fri, 30 Nov 2012 02:53:57 +1100 (EST) Received: from localhost ([::1]:49858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te6R1-0004tg-2n for incoming@patchwork.ozlabs.org; Thu, 29 Nov 2012 10:53:55 -0500 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=gby2Bvdavzw65W+RWyEG5jfbP0vu0La7DGZsGr/vHxw=; b=jb6mOLjg4JtryPtjMMJAkvS+CzBqqgwvaF9rk8FMej+Qn81oUK5AcY0HikeCfZRNsu ZbRmXeUgqITSbVym+YNRRzeDJkjSsNgQq8Dcya3zXUuSwnNhsFmN6RtlfUrtRelPGcRR ncHbsjIGKy5g4gY8NRhYBk4/INpX3wtxYfa4DstUxQFoRq+fKcoKd+aoIVCewTyjZoj2 h3bVtmw1jcHotN8JlzDbm8/sFr/ieu27BIcLJvu1RinPRnKh+TtITAzLw8qN2DkPCU2z F/fmuj1zzLYUgEMOOoP4wBCrPt031f8kX1WvhPT0kRU6yJl9xW8EmYe9iqN8TyDrnV8S C8IA== Received: by 10.152.103.100 with SMTP id fv4mr21776643lab.39.1354204411942; Thu, 29 Nov 2012 07:53:31 -0800 (PST) Received: from octofox.metropolis ([188.134.19.124]) by mx.google.com with ESMTPS id pw17sm887301lab.5.2012.11.29.07.53.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 07:53:30 -0800 (PST) From: Max Filippov To: qemu-devel@nongnu.org Date: Thu, 29 Nov 2012 19:53:20 +0400 Message-Id: <1354204400-19424-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.7.7.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.173 Cc: Blue Swirl , Max Filippov Subject: [Qemu-devel] [PATCH for-1.3] qemu-tech.texi: update implemented xtensa features list X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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.