[libvirt] [PATCH 0/2] Allow using custom tap and vhost devices

Ján Tomko jtomko at redhat.com
Thu Sep 11 15:27:10 UTC 2014


This allows usage of alternative tun/tap/vhost backends implemented
in userspace via cuse.

Ján Tomko (2):
  conf: add backend element to interfaces
  Wire up the interface backend options

 docs/formatdomain.html.in                         | 20 +++++++++
 docs/schemas/domaincommon.rng                     | 10 +++++
 src/bhyve/bhyve_command.c                         |  2 +-
 src/bhyve/bhyve_process.c                         |  2 +-
 src/conf/domain_conf.c                            | 11 +++++
 src/conf/domain_conf.h                            |  4 ++
 src/network/bridge_driver.c                       |  6 +--
 src/qemu/qemu_command.c                           | 22 +++++++---
 src/qemu/qemu_process.c                           |  2 +-
 src/uml/uml_conf.c                                |  2 +-
 src/uml/uml_driver.c                              |  3 +-
 src/util/virnetdevtap.c                           | 37 +++++++++++-----
 src/util/virnetdevtap.h                           |  5 ++-
 tests/qemuxml2argvdata/qemuxml2argv-tap-vhost.xml | 52 +++++++++++++++++++++++
 tests/qemuxml2xmltest.c                           |  2 +
 15 files changed, 154 insertions(+), 26 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-tap-vhost.xml

-- 
1.8.5.5




More information about the libvir-list mailing list