]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement mtu on interface
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Jan 2017 13:33:20 +0000 (14:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Jan 2017 09:00:01 +0000 (10:00 +0100)
commit572eda12ad7336031fbbdc8c130c8674ba7764e8
tree1ba1d1fab4ac4d743eac1a38c910ddce3e2b64b5
parentb020cf73fed761067c3b6196d993545f072c896f
qemu: Implement mtu on interface

Not only we should set the MTU on the host end of the device but
also let qemu know what MTU did we set.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-mtu.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c