Skip to content

Commit

Permalink
Merge pull request #6078 from yalzhang/remove_workaround
Browse files Browse the repository at this point in the history
Remove the workaround since qemu bug fixed
  • Loading branch information
Yingshun authored Dec 20, 2024
2 parents 5fd257c + ac0d56b commit 84c6547
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libvirt/tests/src/virsh_cmd/domain/virsh_managedsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from virttest.libvirt_xml import vm_xml
from virttest.staging.service import Factory
from virttest.staging.utils_memory import drop_caches
from virttest.utils_libvirt import libvirt_vmxml
from virttest.utils_test import libvirt

# Using as lower capital is not the best way to do, but this is just a
Expand Down Expand Up @@ -363,10 +362,6 @@ def build_vm_xml(vm_name, **dargs):
# Destroy vm first for setting configuration file
if vm.state() == "running":
vm.destroy(gracefully=False)

# Workaround bug: Remove multi-queue setting
vmxml = vm_xml.VMXML.new_from_inactive_dumpxml(vm_name)
libvirt_vmxml.modify_vm_device(vmxml, 'interface', {'driver': None})
# Prepare test environment.
if libvirtd_state == "off":
libvirtd.stop()
Expand Down

0 comments on commit 84c6547

Please sign in to comment.