]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Expose rx/tx_queue_size in qemu.conf too
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 19 Jan 2018 10:34:54 +0000 (11:34 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 2 Feb 2018 06:09:22 +0000 (07:09 +0100)
commit038eb472a0d970a17ccf4343ead0666df5c92f9d
treea7dcf5bbc6ef6ba7128db4adf8db7cc42086b43e
parent75fd48b945eee56b8e68534bd54363dbe261484f
qemu: Expose rx/tx_queue_size in qemu.conf too

In 2074ef6cd4a2 and c56cdf259 (and friends) we've added two
attributes to virtio NICs: rx_queue_size and tx_queue_size.
However, sysadmins might want to set these on per-host basis but
don't necessarily have an access to domain XML (e.g. because they
are generated by some other app). So let's expose them under
qemu.conf (the settings from domain XML still take precedence as
they are more specific ones).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
docs/formatdomain.html.in
src/qemu/libvirtd_qemu.aug
src/qemu/qemu.conf
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_hotplug.c
src/qemu/test_libvirtd_qemu.aug.in