From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL0Au-0006ta-EM for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RL0At-0004vQ-Lh for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:17:48 -0400 Received: from [188.134.19.124] (port=52702 helo=octofox.metropolis) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL0At-0004tQ-CC for qemu-devel@nongnu.org; Mon, 31 Oct 2011 18:17:47 -0400 From: Max Filippov Date: Tue, 1 Nov 2011 02:17:25 +0400 Message-Id: <1320099455-17326-1-git-send-email-jcmvbkbc@gmail.com> Subject: [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 , jcmvbkbc@gmail.com, 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 -- 1.7.6.4