From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSSzE-000234-6f for qemu-devel@nongnu.org; Thu, 10 May 2012 09:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSSz7-0007mN-Ic for qemu-devel@nongnu.org; Thu, 10 May 2012 09:00:51 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:39700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSSz6-0007kb-Va for qemu-devel@nongnu.org; Thu, 10 May 2012 09:00:45 -0400 From: Peter Maydell Date: Thu, 10 May 2012 14:00:31 +0100 Message-Id: <1336654833-14698-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 1.1 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, Anthony Liguori , Paul Brook Another pullreq for 1.1 -- this is an update of the previous one to add the patch fixing the "-cpu foo" segfault. Please pull in time for 1.1-rc2 :-) thanks -- PMM The following changes since commit 9f34841a812dc622f8de98bc6141925c22f0ee93: Update version for 1.1.0-rc0 release (2012-05-09 16:39:57 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Matt Craighead (1): target-arm: When setting FPSCR.QC, don't clear other FPSCR bits Peter Maydell (1): target-arm/cpu.h: Make cpu_init("nonexistent cpu") return NULL target-arm/cpu.h | 10 +++++++++- target-arm/neon_helper.c | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-)