From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUE0a-0002N5-PM for qemu-devel@nongnu.org; Sat, 07 Mar 2015 07:39:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUE0W-0001Hw-MT for qemu-devel@nongnu.org; Sat, 07 Mar 2015 07:39:08 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:37324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUE0W-0001Ho-F8 for qemu-devel@nongnu.org; Sat, 07 Mar 2015 07:39:04 -0500 Received: by labhs14 with SMTP id hs14so62658600lab.4 for ; Sat, 07 Mar 2015 04:39:03 -0800 (PST) From: Max Filippov Date: Sat, 7 Mar 2015 15:38:36 +0300 Message-Id: <1425731916-26159-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL 0/3] xtensa queue 2015-03-07 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Max Filippov Hi Peter, please pull my current queue for xtensa. The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' into staging (2015-03-04 14:37:31 +0000) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20150307-xtensa for you to fetch changes up to 12004c9eb4486a134b1f49b17890a364adca5f8c: target-xtensa: xtfpga: fix ml605 flash size (2015-03-07 15:27:55 +0300) ---------------------------------------------------------------- Xtensa updates: - implement do_unassigned_access callback; - fix ML605 xtfpga FLASH size. ---------------------------------------------------------------- Max Filippov (3): hw/xtensa: allow reads/writes in the system I/O region target-xtensa: implement do_unassigned_access callback target-xtensa: xtfpga: fix ml605 flash size hw/xtensa/xtfpga.c | 22 ++++++++++++++++++++-- target-xtensa/cpu-qom.h | 3 +++ target-xtensa/cpu.c | 1 + target-xtensa/op_helper.c | 14 ++++++++++++++ 4 files changed, 38 insertions(+), 2 deletions(-) -- 1.8.1.4