[dts] [PATCH] conf: remove qga related setting

Marvin Liu yong.liu at intel.com
Wed Jan 10 22:40:45 CET 2018


Remove qemu guest agent setting for it has been replaced by gloal
control setting.

Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/conf/sriov_kvm.cfg b/conf/sriov_kvm.cfg
index 8db36bb..cf63da6 100644
--- a/conf/sriov_kvm.cfg
+++ b/conf/sriov_kvm.cfg
@@ -68,12 +68,8 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
-#
 # vnc
 #       displayNum: 1
 #           note: you can choose a number not used on the host.
@@ -98,8 +94,6 @@ net =
    type=user,opt_vlan=0; 
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=1;
 daemon =
@@ -117,8 +111,6 @@ net =
    type=user,opt_vlan=1;
 monitor =
     port=;
-qga =
-    enable=yes;
 vnc =
     displayNum=2;
 daemon =
@@ -136,8 +128,6 @@ net =
    type=tap,opt_vlan=3,opt_br=br0;
 monitor =
     port=;
-qga =
-    enable=yes;
 vnc =
     displayNum=3;
 daemon =
@@ -155,8 +145,6 @@ net =
    type=tap,opt_vlan=4,opt_br=br0;
 monitor =
     port=;
-qga =
-    enable=yes;
 vnc =
     displayNum=4;
 daemon =
diff --git a/conf/vf_etag.cfg b/conf/vf_etag.cfg
index 116be5a..98503b9 100644
--- a/conf/vf_etag.cfg
+++ b/conf/vf_etag.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -97,8 +94,6 @@ net =
    type=user,opt_vlan=0; 
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=1;
 daemon =
diff --git a/conf/vf_macfilter.cfg b/conf/vf_macfilter.cfg
index 856b712..ddf3168 100644
--- a/conf/vf_macfilter.cfg
+++ b/conf/vf_macfilter.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -97,8 +94,6 @@ net =
    type=user,opt_vlan=0; 
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=1;
 daemon =
diff --git a/conf/vf_offload.cfg b/conf/vf_offload.cfg
index 4ecbe0f..5820660 100644
--- a/conf/vf_offload.cfg
+++ b/conf/vf_offload.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -99,8 +96,6 @@ net =
    type=user,opt_vlan=0;
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=11;
 daemon =
diff --git a/conf/vf_packet_rxtx.cfg b/conf/vf_packet_rxtx.cfg
index 20db90c..adf7919 100644
--- a/conf/vf_packet_rxtx.cfg
+++ b/conf/vf_packet_rxtx.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -97,8 +94,6 @@ net =
    type=user,opt_vlan=0; 
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=1;
 daemon =
@@ -116,8 +111,6 @@ net =
    type=user,opt_vlan=1;
 monitor =
     port=;
-qga =
-    enable=yes;
 vnc =
     displayNum=2;
 daemon =
diff --git a/conf/vf_port_start_stop.cfg b/conf/vf_port_start_stop.cfg
index ab1c0c7..8576404 100644
--- a/conf/vf_port_start_stop.cfg
+++ b/conf/vf_port_start_stop.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -99,8 +96,6 @@ net =
    type=user,opt_vlan=0;
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=11;
 daemon =
diff --git a/conf/vf_rss.cfg b/conf/vf_rss.cfg
index fb88ad9..8e6025f 100644
--- a/conf/vf_rss.cfg
+++ b/conf/vf_rss.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -97,8 +94,6 @@ net =
    type=user,opt_vlan=0; 
 monitor = 
     port=;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=1;
 daemon =
diff --git a/conf/vhost_sample.cfg b/conf/vhost_sample.cfg
index ab71936..16abfad 100644
--- a/conf/vhost_sample.cfg
+++ b/conf/vhost_sample.cfg
@@ -50,9 +50,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
diff --git a/conf/vhost_user_live_migration.cfg b/conf/vhost_user_live_migration.cfg
index 74e3b54..887d312 100644
--- a/conf/vhost_user_live_migration.cfg
+++ b/conf/vhost_user_live_migration.cfg
@@ -68,9 +68,6 @@
 #                 this port, else it will get a free port
 #                 on the host machine.
 #
-# qga
-#       enable: [yes | no]
-#
 # serial_port
 #       enable: [yes | no]
 #
@@ -102,8 +99,6 @@ disk =
     file=/home/vm-image/vm0.img;
 login =
     user=root,password=tester;
-qga = 
-    enable=yes;
 daemon =
     enable=yes;
 serial_port =
@@ -117,8 +112,6 @@ disk =
     file=/mnt/nfs/vm0.img;
 login =
     user=root,password=tester;
-qga = 
-    enable=yes;
 daemon =
     enable=yes;
 migration =
diff --git a/conf/vxlan_sample.cfg b/conf/vxlan_sample.cfg
index 28d0f95..fe74e6f 100644
--- a/conf/vxlan_sample.cfg
+++ b/conf/vxlan_sample.cfg
@@ -20,8 +20,6 @@ disk =
     file=/storage/vm-image/vm1.img;
 login =
     user=root,password=tester;
-qga = 
-    enable=yes;
 vnc = 
     displayNum=2;
 daemon =
-- 
1.9.3



More information about the dts mailing list