From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5DJ-0007Hq-4e for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:56:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq5DB-00023w-NB for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:56:45 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:52719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq5DB-00023s-Ef for qemu-devel@nongnu.org; Wed, 25 Jan 2012 10:56:37 -0500 From: Peter Maydell Date: Wed, 25 Jan 2012 15:27:40 +0000 Message-Id: <1327505265-5976-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 0/5] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , Blue Swirl Cc: qemu-devel@nongnu.org Here's the latest target-arm pullreq. It includes Mark's fix for config_base_register, which is in turn a dependency of the arm-devs pullreq I'm about to send out, and which I'd like to get in before Anthony's QOM patchset lands and invalidates it :-) Please pull. -- PMM The following changes since commit 5b4448d27d7c6ff6e18a1edc8245cb1db783e37c: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-01-23 11:00:26 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Mark Langsdorf (1): arm: store the config_base_register during cpu_reset Peter Maydell (4): target-arm: Fix implementation of TLB invalidate operations target-arm/helper.c: Don't assume softfloat int32 is 32 bits only Add dummy implementation of generic timer cp15 registers Add Cortex-A15 CPU definition target-arm/cpu.h | 2 + target-arm/helper.c | 86 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 73 insertions(+), 15 deletions(-)