From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeTGH-0002EZ-IH for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:16:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeTGG-0002he-Js for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:16:21 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:57537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeTGG-0002hY-FB for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:16:20 -0500 Received: by mail-ia0-f173.google.com with SMTP id w21so453985iac.4 for ; Fri, 30 Nov 2012 08:16:20 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354204400-19424-1-git-send-email-jcmvbkbc@gmail.com> References: <1354204400-19424-1-git-send-email-jcmvbkbc@gmail.com> Date: Fri, 30 Nov 2012 10:16:16 -0600 Message-ID: <87boef6p7z.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [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: Max Filippov , qemu-devel@nongnu.org Cc: Blue Swirl Max Filippov writes: > Debug option is available since QEMU-1.2; FP coprocessor and > coprocessor context is available since QEMU-1.3. > > Signed-off-by: Max Filippov Applied. Thanks. Regards, Anthony Liguori > --- > 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