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
q-dev: Fix detecting already assigned devices on setting apply
Device with specific device_id doesn't equal device with wildcard
device_id, so `dev in old_devs` check cannot be used.
Fix this by using DeviceAssignment.matches method. A side effect is
getting old assignment earlier.
QubesOS/qubes-issues#9325
0 commit comments