From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1essGN-0008W4-L7 for qemu-devel@nongnu.org; Mon, 05 Mar 2018 10:42:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1essGM-0007BP-VU for qemu-devel@nongnu.org; Mon, 05 Mar 2018 10:42:55 -0500 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:41693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1essGM-0007BA-PR for qemu-devel@nongnu.org; Mon, 05 Mar 2018 10:42:54 -0500 Received: by mail-oi0-x242.google.com with SMTP id g5so12339914oiy.8 for ; Mon, 05 Mar 2018 07:42:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180303143823.27055-1-richard.henderson@linaro.org> References: <20180303143823.27055-1-richard.henderson@linaro.org> From: Peter Maydell Date: Mon, 5 Mar 2018 15:42:33 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v4 0/5] target/arm linux-user changes for sve List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm On 3 March 2018 at 14:38, Richard Henderson wrote: > Changes since v3: > * Review comments applied. > * Frame allocation generalized in patch 5; hopefully this > eliminates some of the confusion seen during review. > > Changes since v2: > * 5 patches merged, > * The PR_SVE_SET/GET_VL patch is more specifically user-only. > * Split the signal frame patch into 4 parts. > Applied to target-arm.next, thanks. -- PMM