From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHXNk-0005Vg-09 for qemu-devel@nongnu.org; Tue, 21 Jul 2015 09:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHXNg-0000No-Kc for qemu-devel@nongnu.org; Tue, 21 Jul 2015 09:14:51 -0400 Received: from mail-vn0-f46.google.com ([209.85.216.46]:36067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHXNg-0000Nj-GO for qemu-devel@nongnu.org; Tue, 21 Jul 2015 09:14:48 -0400 Received: by vnk197 with SMTP id 197so35331901vnk.3 for ; Tue, 21 Jul 2015 06:14:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1437477427-4656-1-git-send-email-peter.maydell@linaro.org> References: <1437477427-4656-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Tue, 21 Jul 2015 14:14:28 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 21 July 2015 at 12:17, Peter Maydell wrote: > 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 Applied, thanks. -- PMM