From patchwork Sat Sep 16 02:34:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 814453 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="dfagObeK"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xvGZw3GcGz9sPk for ; Sat, 16 Sep 2017 12:35:18 +1000 (AEST) Received: from localhost ([::1]:55689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dt2wr-0001T2-Kf for incoming@patchwork.ozlabs.org; Fri, 15 Sep 2017 22:35:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dt2w6-0001Sp-U0 for qemu-devel@nongnu.org; Fri, 15 Sep 2017 22:34:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dt2w5-0007j1-Bn for qemu-devel@nongnu.org; Fri, 15 Sep 2017 22:34:26 -0400 Received: from mail-pf0-x22b.google.com ([2607:f8b0:400e:c00::22b]:46961) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dt2w5-0007id-5f for qemu-devel@nongnu.org; Fri, 15 Sep 2017 22:34:25 -0400 Received: by mail-pf0-x22b.google.com with SMTP id e199so2322350pfh.3 for ; Fri, 15 Sep 2017 19:34:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=lD8WxkfXHq3aw3yONu9lTkmVTJMN0+pd3zwR3R+HI70=; b=dfagObeKSj9SPn0hzq4Is+Zu3WU7UGIIt/PhzNu+YSyTxj9TTgNNCbWbuc8yHAqsG8 J7KgGgpjGR+zZu2InmgeFB3rH8gwbtS4yD/KN85h6qUsf3dkHys1tL+cpbWpaJkKC/Pz mrrZLA9W7J8zPvd8k3gJ9++PylRwSx39zel9k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=lD8WxkfXHq3aw3yONu9lTkmVTJMN0+pd3zwR3R+HI70=; b=WAiy7rtOabDH2egcsPeZrqspG/tHu5Sm2XTm6iz6fm8y6D9bkiucw0kJKQt0mn03QI LEUXNvIV0ku0pZZDkrGKueD03u3Icb9ykFNP08UStPDF3g6g+a4vIcS2V6I57JtpQrYE VnWObZy6CPi5dcbNRPaekCJxiLAQ42ILvKmXQDHLUq4KJ7h9pWyQKidIy2Ir2Vr2m/7S 2nu3UwR0Qf/qKf8P2kXnBIk7dDArP7TToKTqgMZKoL6CLGLC477keQKxyEFVbOlc/Lgs rk/9BOZFnJmo700w8alXeLoBHEWmhptVIwAz9ZvMgA1LK5Ttju++OfuaG3tMbqsetoaE 1PZw== X-Gm-Message-State: AHPjjUi2KQayafzfujwtR1yVLMwikoufQlFG69r1zNyc8C0TWwz/EywB JeH97WiOj+ohIJWyjfqL+Q== X-Google-Smtp-Source: ADKCNb5XcP5avYu0Svun3RZ1n5yGIHffwkHfFp8Rm0Ux/Z5YNaVw/bV5xcudlIvhAUfUvC0bWnnb/w== X-Received: by 10.99.157.200 with SMTP id i191mr25944229pgd.247.1505529264098; Fri, 15 Sep 2017 19:34:24 -0700 (PDT) Received: from bigtime.twiddle.net (97-126-103-167.tukw.qwest.net. [97.126.103.167]) by smtp.gmail.com with ESMTPSA id o5sm4443621pfh.67.2017.09.15.19.34.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Sep 2017 19:34:23 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Fri, 15 Sep 2017 19:34:14 -0700 Message-Id: <20170916023417.14599-4-richard.henderson@linaro.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170916023417.14599-1-richard.henderson@linaro.org> References: <20170916023417.14599-1-richard.henderson@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:400e:c00::22b Subject: [Qemu-devel] [PATCH v3 3/6] target/arm: Align vector registers X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alex.bennee@linaro.org, f4bug@amsat.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Richard Henderson Signed-off-by: Alex Bennée --- target/arm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 98b9b26fd3..c346bd148f 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -486,7 +486,7 @@ typedef struct CPUARMState { * the two execution states, and means we do not need to explicitly * map these registers when changing states. */ - float64 regs[64]; + float64 regs[64] QEMU_ALIGNED(16); uint32_t xregs[16]; /* We store these fpcsr fields separately for convenience. */