From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 889B52030 for ; Mon, 4 Dec 2017 02:21:05 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2017 17:21:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,356,1508828400"; d="scan'208";a="155707165" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by orsmga004.jf.intel.com with ESMTP; 03 Dec 2017 17:21:02 -0800 Message-ID: <5A2511BB.2000708@intel.com> Date: Mon, 04 Dec 2017 17:13:31 +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: Phil Yang , dts@dpdk.org CC: nd@arm.com, Jianbo.Liu@arm.com, Herbert.Guan@arm.com References: <1511343401-6459-1-git-send-email-phil.yang@arm.com> <1511776451-3804-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1511776451-3804-1-git-send-email-phil.yang@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2] framework/qemu_kvm: Add machine and pflash option support 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: Mon, 04 Dec 2017 01:21:05 -0000 Thanks, Phil. Applied in. On 11/27/2017 05:54 PM, Phil Yang wrote: > 1. Add machine and pflash option support; > 2. Set default machine type 'virt' for Aarch64; > 3. Fix Aarch64 vhost vm case failure when using the default "-net nic > model", since the default nic type in vm is "virtio". > 4. Add opt_format, opt_if, opt_index, opt_media for disk option. > > Signed-off-by: Phil Yang