cloud-hypervisor/vmm
Rob Bradford 65ec6631fb vmm: cpu: Store the vCPU snapshots in ascending order
The snapshots are stored in a BTree which is ordered however as the ids
are strings lexical ordering places "11" ahead of "2". So encode the
vCPU id with zero padding so it is lexically sorted.

This fixes issues with CPU restore on aarch64.

See: #4239

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-06-27 16:20:57 +01:00
..
src vmm: cpu: Store the vCPU snapshots in ascending order 2022-06-27 16:20:57 +01:00
Cargo.toml build: bump clap from 3.2.5 to 3.2.6 2022-06-22 04:35:13 +00:00