[libvirt] [PATCH 0/5] Add support for turning off offloading for virtio-net

Ján Tomko jtomko at redhat.com
Thu Sep 11 11:43:22 UTC 2014


Ján Tomko (5):
  conf: split out virtio net driver formatting
  Add virSwitch to data types
  conf: remove redundant local variable
  conf: add options for disabling segment offloading
  qemu: wire up virtio-net segment offloading options

 docs/formatdomain.html.in                          |  27 ++++
 docs/schemas/basictypes.rng                        |   6 +
 docs/schemas/domaincommon.rng                      |  25 +++
 src/conf/domain_conf.c                             | 176 ++++++++++++++++-----
 src/conf/domain_conf.h                             |   5 +
 src/qemu/qemu_command.c                            |  20 +++
 .../qemuxml2argv-net-virtio-disable-offloads.args  |   8 +
 .../qemuxml2argv-net-virtio-disable-offloads.xml   |  32 ++++
 tests/qemuxml2argvtest.c                           |   2 +
 tests/qemuxml2xmltest.c                            |   1 +
 10 files changed, 262 insertions(+), 40 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-disable-offloads.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-virtio-disable-offloads.xml

-- 
1.8.5.5




More information about the libvir-list mailing list