]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf, docs: Add support for coalesce setting(s)
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 7 Apr 2017 15:46:32 +0000 (17:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 21 Apr 2017 11:34:41 +0000 (13:34 +0200)
commit523c9960621eaf307ae8d4ae2735fb66f89d5634
tree31f6d0925a70cb2889d0477f61b2f72a52b25f1d
parent652ef9bc8c72a7118436a8c95c5742ec6a6d12a3
conf, docs: Add support for coalesce setting(s)

We are currently parsing only rx/frames/max because that's the only
value that makes sense for us.  The tun device just added support for
this one and the others are only supported by hardware devices which
we don't need to worry about as the only way we'd pass those to the
domain is using <hostdev/> or <interface type='hostdev'/>.  And in
those cases the guest can modify the settings itself.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-net-coalesce.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-coalesce.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c