cloud-hypervisor/hypervisor
Rob Bradford 573a5c63cf hypervisor: kvm: Use unstable_sort() to keep clippy happy
"Using a stable sort consumes more memory and cpu cycles. Because values
which compare equal are identical, preserving their relative order (the
guarantee that a stable sort provides) means nothing, while the extra
costs still apply."

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-10-09 10:49:54 +02:00
..
src hypervisor: kvm: Use unstable_sort() to keep clippy happy 2020-10-09 10:49:54 +02:00
Cargo.toml deps: Patch kvm-ioctls and kvm-bindings crates 2020-10-08 18:45:42 +02:00