From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSj5p-0000Mw-8r for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:45:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSj5o-0003ZV-89 for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:45:01 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:63191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSj5o-0003Vu-0V for qemu-devel@nongnu.org; Mon, 29 Oct 2012 02:45:00 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so3834086pbb.4 for ; Sun, 28 Oct 2012 23:44:59 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Mon, 29 Oct 2012 16:44:57 +1000 Message-Id: <1351493100-5850-1-git-send-email-peter.crosthwaite@xilinx.com> Subject: [Qemu-devel] [PULL 0/3] Xilinx Zynq QSPI support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, edgar.iglesias@gmail.com, aliguori@us.ibm.com The following changes since commit 50cd72148211c5e5f22ea2519d19ce024226e61f: Max Filippov (1): hw/xtensa_sim: get rid of intermediate xtensa_sim_init are available in the git repository at: git://developer.petalogix.com/public/qemu.git qspi.2 Peter Crosthwaite (3): m25p80: Support for Quad SPI xilinx_spips: Generalised to model QSPI xilinx_zynq: added QSPI controller hw/m25p80.c | 61 +++++++++++- hw/xilinx_spips.c | 289 ++++++++++++++++++++++++++++++++++++++++++++++------ hw/xilinx_zynq.c | 40 +++++-- 3 files changed, 340 insertions(+), 50 deletions(-)