From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3DB664F91 for ; Thu, 17 May 2018 03:42:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2018 18:42:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,408,1520924400"; d="scan'208";a="41589051" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.57]) ([10.67.119.57]) by orsmga007.jf.intel.com with ESMTP; 16 May 2018 18:42:32 -0700 Message-ID: <5AFD4B94.4060802@intel.com> Date: Thu, 17 May 2018 17:29:56 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Joyce Kong , dts@dpdk.org References: <1526449057-1879-1-git-send-email-joyce.kong@arm.com> In-Reply-To: <1526449057-1879-1-git-send-email-joyce.kong@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework/qemu_kvm: set opt_gic_version for virt machine on qemu-system-aarch64 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 01:42:34 -0000 Thanks, Joyce. Applied. On 05/16/2018 01:37 PM, Joyce Kong wrote: > Vm can not be setup successfully without opt_gic_version option > for virt machine on qemu-system-aarch64. > > Signed-off-by: Joyce Kong