From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 77A1C2265A17A for ; Mon, 23 Apr 2018 09:57:46 -0700 (PDT) Received: by mail-wr0-x243.google.com with SMTP id v60-v6so43209079wrc.7 for ; Mon, 23 Apr 2018 09:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=JK+gS8UpCcMB5eH6JZ76JjcNEnjLDVHuK5zr9ZKK/kY=; b=GME8iuqJxu7OfxzrRx/MuruXe8iIBTyjCq91g0c1ZQUDGBAXDJORQI8HVJoQooQa+d Fa6FOSjqsFZ1rCkqlZrPysKzZGfoTv6MvfXEVBaLTt6llloVOne8FWiMc9f6CLQIR/gq YXYDoqnWJLTl+41qTSN9Zt2P09zGneiTNs//I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=JK+gS8UpCcMB5eH6JZ76JjcNEnjLDVHuK5zr9ZKK/kY=; b=QjSh3VtXckU8Og0UUtzzJmln7Xe4y6Z+bQTcJcmUTRfzH6tg608FxgQEpjkbVq2MMD 4RA/gtudOw8HLVzXvlHI/QpJwdeChgotrdpsZ9wOui2D6SPTsauM1UEUDngVWruJSCIe 5IGSaMG7nePUskJx85IESLUh1FCMROEL7jjVZVFuRF8GW/jDmITU2wogqJ/g+3/iZDty FSK8E0eEGx7V+dcL+JcKr7vZzi/zraC9mjc5Jdnb4cMeQyJ2VuEkR1SVCd6MlIAMoJF3 kk4IAU/OkyX+buyoTqtSeCSUV+F4W81rElos2TsuxKTMwR1INlznn3naKdCyL+rLscBg m4gA== X-Gm-Message-State: ALQs6tDrc3NbBB227x2MbbKvOz04bcwuPN4FhTv9K5ageuXPXldDFTPn hykwjknp7QD5GfZSvV5M/+t5bdaMCUk= X-Google-Smtp-Source: AIpwx4847YpoBSuXC3DsJ8C/8FLKCAsWYullJgVYc2km3gVjTDP/o9Kn3UMZwVzBxmo6ohbHctzgPQ== X-Received: by 2002:adf:b90a:: with SMTP id k10-v6mr18810226wrf.283.1524502665036; Mon, 23 Apr 2018 09:57:45 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id i30-v6sm23622251wra.38.2018.04.23.09.57.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Apr 2018 09:57:44 -0700 (PDT) Date: Mon, 23 Apr 2018 17:57:42 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, lersek@redhat.com, julien.grall@arm.com Message-ID: <20180423165742.mvhgjakouaravzkm@bivouac.eciton.net> References: <20180423150057.13515-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180423150057.13515-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 0/2] Reenable timer mask quirk for Xen X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 16:57:46 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 23, 2018 at 05:00:55PM +0200, Ard Biesheuvel wrote: > Reinstate the timer mask quirk for Xen that we recently removed under the > assumption that only ancient KVM host implementations still needed it. >>From my point of view, for the series: Reviewed-by: Leif Lindholm But I'd like Julien's R-b as well. / Leif > Ard Biesheuvel (2): > ArmPkg: add reenable hook to ArmGenericTimerCounterLib > ArmVirtPkg: reinstate timer unmask quirk for Xen > > ArmPkg/Drivers/TimerDxe/TimerDxe.c | 1 + > .../Library/ArmGenericTimerCounterLib.h | 6 + > .../ArmGenericTimerPhyCounterLib.c | 8 + > .../ArmGenericTimerVirtCounterLib.c | 8 + > ArmVirtPkg/ArmVirtXen.dsc | 1 + > .../XenArmGenericTimerVirtCounterLib.c | 146 ++++++++++++++++++ > .../XenArmGenericTimerVirtCounterLib.inf | 33 ++++ > 7 files changed, 203 insertions(+) > create mode 100644 ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.c > create mode 100644 ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.inf > > -- > 2.17.0 >