]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for virtio-net.tx_queue_size
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 12 Jul 2017 12:19:26 +0000 (14:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 2 Aug 2017 13:37:09 +0000 (15:37 +0200)
commit2074ef6cd4a2e033813ec091487d027a85f73509
treed17b884f9b85b73850a17c8b87eb80844ade3491
parent8b9d017de38ba9ed711d24ed82aeff81a1851db6
Add support for virtio-net.tx_queue_size

https://bugzilla.redhat.com/show_bug.cgi?id=1462653

Just like I've added support for setting rx_queue_size (in
c56cdf259 and friends), qemu just gained support for setting tx
ring size.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
13 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxtxqueuesize.args [moved from tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.args with 85% similarity]
tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxtxqueuesize.xml [moved from tests/qemuxml2argvdata/qemuxml2argv-net-virtio-rxqueuesize.xml with 93% similarity]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-rxtxqueuesize.xml [moved from tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-rxqueuesize.xml with 96% similarity]
tests/qemuxml2xmltest.c