[PATCH 0/2] qemu: Restore default root qdisc when QoS is cleared out

Michal Privoznik posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1607087441.git.mprivozn@redhat.com
src/qemu/qemu_command.c |  4 ++--
src/qemu/qemu_driver.c  |  9 +++++++++
src/qemu/qemu_hotplug.c | 13 +++++++++++--
3 files changed, 22 insertions(+), 4 deletions(-)
[PATCH 0/2] qemu: Restore default root qdisc when QoS is cleared out
Posted by Michal Privoznik 3 years, 5 months ago
This fixes my previous series:

https://www.redhat.com/archives/libvir-list/2020-October/msg00636.html

Michal Prívozník (2):
  qemu: Set default qdisc before setting bandwidth
  qemu: Restore default root qdisc when QoS is cleared out

 src/qemu/qemu_command.c |  4 ++--
 src/qemu/qemu_driver.c  |  9 +++++++++
 src/qemu/qemu_hotplug.c | 13 +++++++++++--
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] qemu: Restore default root qdisc when QoS is cleared out
Posted by Michal Privoznik 3 years, 4 months ago
On 12/4/20 2:11 PM, Michal Privoznik wrote:
 >

Polite ping.

Michal