1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-10 05:17:59 +03:00

news: qemu: Set noqueue qdisc for TAP devices

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Han Han 2022-05-11 10:17:04 +08:00 committed by Andrea Bolognani
parent 28deb22485
commit 49211723b6

View File

@ -1220,6 +1220,12 @@ v6.9.0 (2020-11-02)
Set ``max_len=0`` in ``virtlogd.conf`` to disable log rollover.
* qemu: Set noqueue qdisc for TAP devices
Set ``noqueue`` instead of the former ``pfifo_fast`` queue discipline
for TAP devices. It will avoid needless cost of host CPU cycles and
thus improve performance.
* **Bug fixes**
* hyperv: ensure WQL queries work in all locales