From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20EF0C10F27 for ; Tue, 10 Mar 2020 10:19:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0184624649 for ; Tue, 10 Mar 2020 10:19:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726199AbgCJKTI (ORCPT ); Tue, 10 Mar 2020 06:19:08 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:51360 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726164AbgCJKTI (ORCPT ); Tue, 10 Mar 2020 06:19:08 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id A427CD65A2219E0EC76E; Tue, 10 Mar 2020 18:19:05 +0800 (CST) Received: from [127.0.0.1] (10.173.222.27) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Tue, 10 Mar 2020 18:18:51 +0800 Subject: Re: [kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests To: Andrew Jones , Eric Auger CC: , , , , , , , , , References: <20200309102420.24498-1-eric.auger@redhat.com> <20200309115741.6stx5tpkb6s6ejzh@kamzik.brq.redhat.com> <20200309120012.xkgmlbvd5trm6ewk@kamzik.brq.redhat.com> From: Zenghui Yu Message-ID: <5cfe64d3-e609-cd1e-4f92-e24cf5f62c77@huawei.com> Date: Tue, 10 Mar 2020 18:18:50 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <20200309120012.xkgmlbvd5trm6ewk@kamzik.brq.redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 2020/3/9 20:00, Andrew Jones wrote: > On Mon, Mar 09, 2020 at 12:57:51PM +0100, Andrew Jones wrote: >> This looks pretty good to me. It just needs some resquashing cleanups. >> Does Andre plan to review? I've only been reviewing with respect to >> the framework, not ITS. If no other reviews are expected, then I'll >> queue the next version. > > Oops, sorry Zenghui, I forgot to ask if you'll be reviewing again as > well. I'd like to have a look again this week if time permits :-). Thanks for reminding me. Zenghui