From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmISh-0004Js-IT for qemu-devel@nongnu.org; Wed, 14 Oct 2015 05:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmISe-0005nK-B8 for qemu-devel@nongnu.org; Wed, 14 Oct 2015 05:35:07 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:36760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmISe-0005m3-47 for qemu-devel@nongnu.org; Wed, 14 Oct 2015 05:35:04 -0400 Received: by lbcao8 with SMTP id ao8so41884710lbc.3 for ; Wed, 14 Oct 2015 02:35:03 -0700 (PDT) References: <1444383794-16767-1-git-send-email-serge.fdrv@gmail.com> From: Sergey Fedorov Message-ID: <561E21C5.3000607@gmail.com> Date: Wed, 14 Oct 2015 12:35:01 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] target-arm: Add MDCR_EL2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 13.10.2015 20:27, Peter Maydell wrote: > On 9 October 2015 at 10:43, Sergey Fedorov wrote: >> Signed-off-by: Sergey Fedorov >> --- >> >> Changes in v2: >> * Reset value is simply made zero >> >> target-arm/cpu.h | 1 + >> target-arm/helper.c | 11 +++++++++++ >> 2 files changed, 12 insertions(+) >> > Applied to target-arm.next, thanks (I expanded the commit > message a little). Thanks! So now you are going to re-apply https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg04862.html again? Best regards, Sergey