mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
Drop kvm_arch_{start,end}_assignment() and all associated code now that
KVM x86 no longer consumes assigned_device_count. Tracking whether or not
a VFIO-assigned device is formally associated with a VM is fundamentally
flawed, as such an association is optional for general usage, i.e. is prone
to false negatives. E.g. prior to commit
|
||
|---|---|---|
| .. | ||
| kvm | ||
| lib | ||
| Makefile | ||