From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8C56042C4A; Wed, 7 Jun 2023 09:54:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88A69410F6; Wed, 7 Jun 2023 09:54:34 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B531A410F6 for ; Wed, 7 Jun 2023 09:54:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124472; x=1717660472; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Ysr4Zyq7AKLvjzME4Orj7j3aEglu8K5x0DdPRjVKHh0=; b=e2NLSv9Z2UqRokaiGNfqelhCgbTlxH1rR8c6QwEaIpI5jZjVmHHRlDF8 ASBwuZJC2mBfhvlTNPt3E9V7PCvhsKraveJxC6aPpAfx74yUkOIzOQnni r3DhURkwIYENXqTYgIxd5MrBUz3l1iYahWtAfPpEysiHHdeLO1hU8Iq5c cGyXT2ps3gnq0W5Irj8aS90Mo44zD7IwYSknHS3Gs/XfUNIi5RLT2QIAd eAYYS2oMA9ht751wqcSy+l+u4VivioveC4cwMQKrjjYLTdlahRA+CW0/+ ZkDG6d4cEBspLWV2TBOJPTsNsxlAT+4HD8nSFUcrlcNdB/4rUalYvrJ6W g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="346530314" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="346530314" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:54:30 -0700 Message-Id: <7419fa$l4go76@orsmga002-auth.jf.intel.com> Date: 07 Jun 2023 00:54:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="709386477" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="709386477" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:54:28 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/pvp_diff_qemu_version: optimize qemu start-up parameters From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20230601103313.1830677-1-dukaix.yuan@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Thu, 1 Jun 2023 10:33:13 +0000, Dukai Yuan wrote: > Starting from QEMU 5.2, the "-net" parameter has been removed and replaced = by the "-device" parameter.=20 > In the new QEMU version, you can use the "-device" parameter to set network= devices. >=20 > Signed-off-by: Dukai Yuan Applied, thanks