From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC5eU-0003r1-6y for qemu-devel@nongnu.org; Fri, 16 Jan 2015 07:05:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC5eT-0003cm-6X for qemu-devel@nongnu.org; Fri, 16 Jan 2015 07:05:22 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:54921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC5eT-0003bb-0E for qemu-devel@nongnu.org; Fri, 16 Jan 2015 07:05:21 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1YC5eP-0001bT-Bu for qemu-devel@nongnu.org; Fri, 16 Jan 2015 12:05:17 +0000 From: Peter Maydell Date: Fri, 16 Jan 2015 12:05:15 +0000 Message-Id: <1421409917-6137-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org A short queue, but I don't want to sit on these fixes any longer. -- PMM The following changes since commit e68cba36360a2ab5bf0576b66df4d0eb0d822f8d: Merge remote-tracking branch 'remotes/amit-migration/tags/mig-2.3-1' into staging (2015-01-16 10:16:14 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150116 for you to fetch changes up to 36b62ae6a58f9a588fd33be9386e18a2b90103f5: fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write() (2015-01-16 11:54:30 +0000) ---------------------------------------------------------------- target-arm queue: * fix endianness handling in fwcfg wide registers * fix broken crypto insn emulation on big endian hosts ---------------------------------------------------------------- Ard Biesheuvel (1): target-arm: crypto: fix BE host support Laszlo Ersek (1): fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write() hw/nvram/fw_cfg.c | 41 +++------------- target-arm/crypto_helper.c | 114 +++++++++++++++++++++++++-------------------- 2 files changed, 70 insertions(+), 85 deletions(-)