From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS8eH-0002O7-E7 for qemu-devel@nongnu.org; Mon, 24 Mar 2014 13:26:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS8eG-0006hL-6L for qemu-devel@nongnu.org; Mon, 24 Mar 2014 13:26:57 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:47142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS8eF-0006h9-VS for qemu-devel@nongnu.org; Mon, 24 Mar 2014 13:26:56 -0400 From: Peter Maydell Date: Mon, 24 Mar 2014 17:18:07 +0000 Message-Id: <1395681489-29679-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL for-2.0 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , qemu-devel@nongnu.org, Aurelien Jarno A small pull request with two safe bugfixes for 2.0... thanks -- PMM The following changes since commit 3a87f8b6859e6221b827ab4737779dddb37553ec: Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging (2014-03-20 11:45:38 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140324 for you to fetch changes up to da0af40dd70c8f8f821d79c367aecb08618af28e: target-arm: Load ELF images with the correct machine type for CPU (2014-03-24 16:41:10 +0000) ---------------------------------------------------------------- target-arm queue for 2.0: * Fix wrong-results bug in A64 Neon MLS instruction * Fix loading of ELF images for 32 bit boards in qemu-system-aarch64 ---------------------------------------------------------------- Peter Maydell (2): target-arm: Fix A64 Neon MLS target-arm: Load ELF images with the correct machine type for CPU hw/arm/boot.c | 5 ++++- target-arm/translate-a64.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)