[libvirt] [PATCH 0/4] Support setting MTU on domain interfaces

John Ferlan jferlan at redhat.com
Wed Jan 25 16:05:38 UTC 2017



On 01/24/2017 10:40 AM, Michal Privoznik wrote:
> After Laine merges his patches [1] the only missing piece is setting MTU on a
> domain <interface/>. Well, up until now :-)
> 
> 1: https://www.redhat.com/archives/libvir-list/2017-January/msg00946.html
> 
> Michal Privoznik (4):
>   formatnetwork.html.in: Fix #elementsNICS anchor
>   virDomainNetDefParseXML: s/ret/rv/
>   domain_conf: Introduce <mtu/> to <interface/>
>   qemu: Implement mtu on interface
> 
>  docs/formatdomain.html.in                          | 19 ++++++
>  docs/formatnetwork.html.in                         |  4 +-
>  docs/schemas/domaincommon.rng                      |  3 +
>  docs/schemas/networkcommon.rng                     |  9 +++
>  src/conf/domain_conf.c                             | 18 ++++--
>  src/conf/domain_conf.h                             |  1 +
>  src/qemu/qemu_capabilities.c                       |  2 +
>  src/qemu/qemu_capabilities.h                       |  1 +
>  src/qemu/qemu_command.c                            | 14 +++++
>  src/qemu/qemu_domain.c                             | 30 ++++++++++
>  src/qemu/qemu_domain.h                             |  2 +
>  tests/qemuxml2argvdata/qemuxml2argv-net-mtu.xml    | 60 +++++++++++++++++++
>  .../qemuxml2xmloutdata/qemuxml2xmlout-net-mtu.xml  | 68 ++++++++++++++++++++++
>  tests/qemuxml2xmltest.c                            |  1 +
>  14 files changed, 226 insertions(+), 6 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-mtu.xml
>  create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-net-mtu.xml
> 

This would seem worthy of a news.xml description while still fresh in
your mind ;-) ...

John




More information about the libvir-list mailing list