From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4UHC-000361-9A for qemu-devel@nongnu.org; Tue, 08 Jul 2014 08:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4UHA-00087h-TO for qemu-devel@nongnu.org; Tue, 08 Jul 2014 08:13:38 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:48795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4UHA-00086v-N3 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 08:13:36 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1X4UH2-0003GZ-Um for qemu-devel@nongnu.org; Tue, 08 Jul 2014 13:13:28 +0100 From: Peter Maydell Date: Tue, 8 Jul 2014 13:13:25 +0100 Message-Id: <1404821608-12529-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL for-2.1 0/3] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org target-arm patches for 2.1rc1; just a handful of bug fixes. thanks -- PMM The following changes since commit eaa4980185943da6e36f6f2e052d41924705e1ea: Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-07-08 11:38:12 +0100) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140708 for you to fetch changes up to 75c9a1a0473cc5ca9756d11b236c715c7bc0ba67: target-arm: Implement vCPU reset via KVM_ARM_VCPU_INIT for 32-bit CPUs (2014-07-08 13:05:11 +0100) ---------------------------------------------------------------- target-arm queue: * fix handling of KVM reset for 32-bit ARM CPUs * implement NOR flash alias for vexpress-a9 * make sure libvixl gets its own utils.h rather than somebody else's ---------------------------------------------------------------- Peter Maydell (2): hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9 target-arm: Implement vCPU reset via KVM_ARM_VCPU_INIT for 32-bit CPUs Stefano Stabellini (1): disas/libvixl: prepend the include path of libvixl header files disas/libvixl/Makefile.objs | 2 +- hw/arm/vexpress.c | 2 +- target-arm/cpu-qom.h | 4 ---- target-arm/kvm32.c | 19 +++++-------------- 4 files changed, 7 insertions(+), 20 deletions(-)