diff --git a/kvmagent/kvmagent/plugins/vm_plugin.py b/kvmagent/kvmagent/plugins/vm_plugin.py index 507be9962366e02217856b2de6ac81daf2d1db1e..8543a5546f9ce137860f36f7b619a01098e369bc 100644 --- a/kvmagent/kvmagent/plugins/vm_plugin.py +++ b/kvmagent/kvmagent/plugins/vm_plugin.py @@ -5332,8 +5332,6 @@ class Vm(object): e(interface, 'driver', None, attrib={'queues': '8'}) elif nic.type == 'TFVNIC': e(interface, 'target', None, attrib={'dev': nic.nicInternalName}) - driver = e(interface, 'driver', None, attrib={'name': 'vhost'}) - e(driver, 'host', None, attrib={'csum': 'off'}) else: e(interface, 'source', None, attrib={'bridge': nic.bridgeName}) e(interface, 'target', None, attrib={'dev': nic.nicInternalName})