From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPYQm-0000Xl-Ri for qemu-devel@nongnu.org; Tue, 19 Jul 2016 13:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPYQk-0004yv-Ux for qemu-devel@nongnu.org; Tue, 19 Jul 2016 13:03:39 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:58374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPYQk-0004yi-My for qemu-devel@nongnu.org; Tue, 19 Jul 2016 13:03:38 -0400 Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1bPYQi-0002yP-6A for qemu-devel@nongnu.org; Tue, 19 Jul 2016 18:03:36 +0100 From: Peter Maydell Date: Tue, 19 Jul 2016 18:03:33 +0100 Message-Id: <1468947815-9900-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 stray patches for rc0... -- PMM The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d: disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 16:40:39 +0100) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20160719 for you to fetch changes up to acd82796211041c5af43c8c523b85d250c2ccebe: arm_gicv3: Add assert()s to tell Coverity that offsets are aligned (2016-07-19 17:56:27 +0100) ---------------------------------------------------------------- target-arm queue: * fix two minor Coverity complaints ---------------------------------------------------------------- Peter Maydell (2): target-arm: Fix unreachable code in gicv3_class_name() arm_gicv3: Add assert()s to tell Coverity that offsets are aligned hw/intc/arm_gicv3_redist.c | 4 ++++ target-arm/machine.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-)