From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6RBy-0000Hc-Ka for qemu-devel@nongnu.org; Mon, 05 Aug 2013 16:15:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6RBq-0001xp-Ua for qemu-devel@nongnu.org; Mon, 05 Aug 2013 16:15:46 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:33816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6RBq-0001xh-NF for qemu-devel@nongnu.org; Mon, 05 Aug 2013 16:15:38 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 5 Aug 2013 16:15:38 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 4000F38C804A for ; Mon, 5 Aug 2013 16:15:34 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r75KFYox172586 for ; Mon, 5 Aug 2013 16:15:35 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r75KFYCg001269 for ; Mon, 5 Aug 2013 17:15:34 -0300 From: Anthony Liguori In-Reply-To: References: <1375110990-8111-1-git-send-email-jcmvbkbc@gmail.com> Date: Mon, 05 Aug 2013 15:15:30 -0500 Message-ID: <87ob9byjvh.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/6] target-xtensa queue 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: > On Mon, Jul 29, 2013 at 7:16 PM, Max Filippov wrote: >> Hello Blue/Antony, >> >> Please pull my current target-xtensa patch queue. There's a number of >> assorted fixes, new testcase and performance optimization patch. >> Changes since 2013-07-21: trivial rebase. > > Ping? Pulled. Thanks. Regards, Anthony Liguori > >> The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a44= 7f1: >> >> Merge remote-tracking branch 'sstabellini/xen-130729' into staging (20= 13-07-29 07:30:31 -0500) >> >> are available in the git repository at: >> >> git://github.com/OSLL/qemu-xtensa.git tags/20130729-xtensa >> >> for you to fetch changes up to 908c67fca4b2c12a9b2336aa9c188f84468b60b7: >> >> target-xtensa: check register window inline (2013-07-29 18:35:45 +0400) >> >> ---------------------------------------------------------------- >> xtensa queue 2013-07-29 >> >> ---------------------------------------------------------------- >> Andreas F=C3=A4rber (1): >> tests/tcg/xtensa: Fix out-of-tree build >> >> Max Filippov (5): >> target-xtensa: add extui unit test >> target-xtensa: add fallthrough markers >> target-xtensa: avoid double-stopping at breakpoints >> target-xtensa: don't generate dead code to access invalid SRs >> target-xtensa: check register window inline >> >> configure | 5 ++-- >> target-xtensa/cpu.h | 4 +++ >> target-xtensa/op_helper.c | 5 ++++ >> target-xtensa/translate.c | 67 ++++++++++++++++++++++++++++--------= ------- >> tests/tcg/xtensa/Makefile | 21 ++++++++------ >> tests/tcg/xtensa/test_extui.S | 26 +++++++++++++++++ >> 6 files changed, 94 insertions(+), 34 deletions(-) >> create mode 100644 tests/tcg/xtensa/test_extui.S >> >> -- >> 1.8.1.4 > > > > --=20 > Thanks. > -- Max