From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests v2 0/2] arm/arm64: introduce PSCI tests Date: Fri, 3 Mar 2017 15:36:26 +0100 Message-ID: <20170303143625.GB23831@potion> References: <20170303143057.27275-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Content-Disposition: inline In-Reply-To: <20170303143057.27275-1-drjones@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org Applied, thanks. 2017-03-03 15:30+0100, Andrew Jones: > Andrew Jones (1): > arm/arm64: psci: support testing tcg > > Levente Kurusa (1): > arm/arm64: Add PSCI tests > > arm/Makefile.common | 1 + > arm/psci.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > arm/unittests.cfg | 6 +++ > 3 files changed, 157 insertions(+) > create mode 100644 arm/psci.c > > -- > 2.9.3 >