From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmeif-0000rq-5l for qemu-devel@nongnu.org; Thu, 15 Oct 2015 05:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmeia-0002lX-A1 for qemu-devel@nongnu.org; Thu, 15 Oct 2015 05:21:05 -0400 Received: from mail-lf0-x22f.google.com ([2a00:1450:4010:c07::22f]:35666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmeia-0002lO-2w for qemu-devel@nongnu.org; Thu, 15 Oct 2015 05:21:00 -0400 Received: by lffy185 with SMTP id y185so24578420lff.2 for ; Thu, 15 Oct 2015 02:20:59 -0700 (PDT) References: <1444383794-16767-1-git-send-email-serge.fdrv@gmail.com> <561E21C5.3000607@gmail.com> From: Sergey Fedorov Message-ID: <561F6FF9.40206@gmail.com> Date: Thu, 15 Oct 2015 12:20:57 +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 14.10.2015 22:34, Peter Maydell wrote: > On 14 October 2015 at 10:35, Sergey Fedorov wrote: >> 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? > I was expecting a resend, but if it applies without changes > I'll put it back on my list. Yes, it applies without a change, so no need to resend :) Best regards, Sergey