Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio_port_hotplug.hotplug_port_pci: No free matching bus error #3769

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions qemu/tests/virtio_serial_hotplug_port_pci.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def run_serial_data_transfer():
# for windows guest, disable/uninstall driver to get memory leak based on
# driver verifier is enabled
if params.get("os_type") == "windows":
vm.devices.simple_hotplug(buses[0], vm.monitor)
vm.devices.simple_hotplug(serial_devices[0], vm.monitor)
if params.get("unplug_pci") == "yes":
vm.devices.simple_hotplug(buses[0], vm.monitor)
vm.devices.simple_hotplug(serial_devices[0], vm.monitor)
win_driver_utils.memory_leak_check(vm, test, params)