From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D19EA046B for ; Mon, 19 Aug 2019 06:56:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 149722BF1; Mon, 19 Aug 2019 06:56:31 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E9BCADE3 for ; Mon, 19 Aug 2019 06:56:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2019 21:56:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,403,1559545200"; d="scan'208";a="202127563" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by fmsmga004.fm.intel.com with ESMTP; 18 Aug 2019 21:56:26 -0700 From: yufengmx To: dts@dpdk.org, yinan.wang@intel.com Cc: yufengmx Date: Mon, 19 Aug 2019 12:57:28 +0800 Message-Id: <1566190649-151210-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1]framework/qemu_libvirt: add new features 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" These new features demand come from Intel BKC team and wang,yinan. *. support bridge setting in xml. *. support vhost-user setting in xml. support to add driver attribute by set option opt_queue and opt_setting. *. add __add_vm_net_tap method to add tap&bridge net device. *. add __generate_net_config_script method to set default br0 using script. *. add __write_config method to make recursion write config in xml config file. *. use dut logger to take the place of print. *. remove graphics vnc config in set_vm_default method, add add_vm_vnc method to do graphics vnc setting. This is aimed to keep the same as qemu_kvm method. *. add add_vm_daemon method to keep the same as qemu_kvm method. libvirt run virtual machine with daemon status by default. yufengmx (1): framework/qemu_libvirt: add new features framework/qemu_libvirt.py | 327 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 273 insertions(+), 54 deletions(-) -- 1.9.3