From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] arm64: KVM: allow export and import of generic timer regs Date: Mon, 7 Jul 2014 01:49:48 -0700 Message-ID: <20140707084948.GE20451@cbox> References: <1404485654-32674-1-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Marc Zyngier , Gleb Natapov , Paolo Bonzini , Russell King , Catalin Marinas , Will Deacon , open list To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mail-lb0-f179.google.com ([209.85.217.179]:34541 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751706AbaGGItg (ORCPT ); Mon, 7 Jul 2014 04:49:36 -0400 Received: by mail-lb0-f179.google.com with SMTP id z11so2638873lbi.10 for ; Mon, 07 Jul 2014 01:49:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1404485654-32674-1-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 04, 2014 at 03:54:14PM +0100, Alex Benn=E9e wrote: > For correct guest suspend/resume behaviour we need to ensure we inclu= de > the generic timer registers for 64 bit guests. As CONFIG_KVM_ARM_TIME= R is > always set for arm64 we don't need to worry about null implementation= s. > However I have re-jigged the kvm_arm_timer_set/get_reg declarations t= o > be in the common include/kvm/arm_arch_timer.h headers. >=20 > Signed-off-by: Alex Benn=E9e Reviewed-by: Christoffer Dall