From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL0JZ-0002fQ-SP for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RL0JY-0000WW-Ay for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:26:45 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:49068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL0JX-0000W4-U8 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:26:44 -0400 Received: by bkbzu5 with SMTP id zu5so1315278bkb.4 for ; Mon, 31 Oct 2011 15:26:42 -0700 (PDT) From: Max Filippov Date: Tue, 1 Nov 2011 02:26:36 +0400 References: <1320099455-17326-1-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: <1320099455-17326-1-git-send-email-jcmvbkbc@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111010226.37615.jcmvbkbc@gmail.com> Subject: Re: [Qemu-devel] [PULL 0/7] target-xtensa patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , qemu-devel@nongnu.org > The following fixes for target-xtensa targeting 1.0 are available in the git > repository at > > git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa > > Max Filippov (7): > target-xtensa: mask out undefined bits of WINDOWBASE SR > target-xtensa: handle cache options in the overlay tool > target-xtensa: raise an exception for invalid and reserved opcodes > opencores_eth: fix RX path: FCS, padding and TL > xtensa_lx60: add FLASH support > xtensa_lx60: pass kernel arguments from -append > xtensa_lx60: fix build date code and change memory region names > > default-configs/xtensa-softmmu.mak | 1 + > default-configs/xtensaeb-softmmu.mak | 1 + > hw/opencores_eth.c | 29 +++++++-- > hw/xtensa_bootparam.h | 25 ++++++++ > hw/xtensa_lx60.c | 111 +++++++++++++++++++++++++++++----- > target-xtensa/overlay_tool.h | 6 ++ > target-xtensa/translate.c | 9 ++- > 7 files changed, 159 insertions(+), 23 deletions(-) > create mode 100644 hw/xtensa_bootparam.h > Please ignore letters [PATCH x/3], there are 7 patches in this series. Thanks. -- Max