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 2BDB7A0471 for ; Tue, 13 Aug 2019 07:33:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1BD2A1B952; Tue, 13 Aug 2019 07:33:48 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 426371B952 for ; Tue, 13 Aug 2019 07:33:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2019 22:33:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,380,1559545200"; d="scan'208";a="170289885" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by orsmga008.jf.intel.com with ESMTP; 12 Aug 2019 22:33:44 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 13 Aug 2019 13:34:43 +0800 Message-Id: <1565674484-21165-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1]framework/qemu_libvirt: fix xml format and pep8 issue 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" qemu_libvirt is only used by vm_power_manager currently. *. check vm xml file existence before remove it to fix warning of using except. *. format libvirt xml content with pretty style to make vm config file easier to set manually. old format config only one line in xml file. *. fix pep8 issue. yufengmx (1): framework\qemu_libvirt: fix xml format and pep8 issue framework/qemu_libvirt.py | 60 ++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 24 deletions(-) -- 1.9.3