You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA-403633: Keep vPCI devices in the same order (#6176)
QEMU orders devices by the time of plugging. Parallelizing them
introduces randomness, which breaks the assumption that devices are
ordered in a deterministic way.
Serialize all PCI and VUSB plugs to restore behaviour.
This fix has been manually tested by @freddy77 against an affected VM
relying on the ordering
0 commit comments