[libvirt] [PATCH 0/2] Removing backend support when net interface is user/direct/hostdev.

Julio Faracco jcfaracco at gmail.com
Tue Oct 17 00:07:56 UTC 2017


The <backend> xml tag is not supported for some interface types and the virsh
command 'attach-device' permits to add <backend> settings to all of them.
These commits avoid <backend> for user, direct and hostdev interface types.

Julio Faracco (2):
  tests: removing backend xml tag inside some test cases.
  conf: network user/direct/hostdev do not support backend tag.

 src/conf/domain_conf.c                                         | 10 ++++++++++
 tests/qemuxml2argvdata/qemuxml2argv-tap-vhost-incorrect.xml    |  2 --
 tests/qemuxml2argvdata/qemuxml2argv-tap-vhost.xml              |  1 -
 tests/qemuxml2argvtest.c                                       |  6 +++---
 .../qemuxml2xmloutdata/qemuxml2xmlout-tap-vhost-incorrect.xml  |  2 --
 tests/qemuxml2xmloutdata/qemuxml2xmlout-tap-vhost.xml          |  1 -
 6 files changed, 13 insertions(+), 9 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list