From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHVXw-0004fD-DI for qemu-devel@nongnu.org; Tue, 21 Jul 2015 07:17:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHVXu-0000rT-U5 for qemu-devel@nongnu.org; Tue, 21 Jul 2015 07:17:16 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:34674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHVXu-0000kL-MI for qemu-devel@nongnu.org; Tue, 21 Jul 2015 07:17:14 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1ZHVXn-0001Da-El for qemu-devel@nongnu.org; Tue, 21 Jul 2015 12:17:07 +0100 From: Peter Maydell Date: Tue, 21 Jul 2015 12:17:05 +0100 Message-Id: <1437477427-4656-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 Couple of minor bugfixes... -- PMM The following changes since commit a1bc040dabc12039944e22d9529f20d6132400dd: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-07-21 10:04:32 +0100) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150721 for you to fetch changes up to 57b73090e041ece40cc619a3c43a6fafcb3dd647: disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTR (2015-07-21 11:18:45 +0100) ---------------------------------------------------------------- target-arm queue: * don't sync CNTVCT with kernel all the time (fixes VM time weirdnesses) * fix a warning compiling disas/arm-a64 with -Wextra ---------------------------------------------------------------- Christoffer Dall (1): target-arm: kvm: Differentiate registers based on write-back levels Stefan Weil (1): disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTR disas/arm-a64.cc | 4 ++-- target-arm/kvm-stub.c | 2 +- target-arm/kvm.c | 6 +++++- target-arm/kvm32.c | 30 +++++++++++++++++++++++++++++- target-arm/kvm64.c | 30 +++++++++++++++++++++++++++++- target-arm/kvm_arm.h | 12 +++++++++++- target-arm/machine.c | 2 +- 7 files changed, 78 insertions(+), 8 deletions(-)