cloud-hypervisor/vmm
Sean Banko e33279471f vmm: support setting cpu affinity with host cpu indices >255
On hosts with >256 cpus, setting the cpu affinity to a host cpu index
>255 will return an error because type of `host_cpu` is `u8`.
This commit changes the type of `host_cpu` to `usize` to remove this
limitation.

Signed-off-by: Sean Banko <sbanko@crusoeenergy.com>
2024-01-19 09:30:16 +00:00
..
src vmm: support setting cpu affinity with host cpu indices >255 2024-01-19 09:30:16 +00:00
Cargo.toml vmm: use RateLimiterGroup for virtio-blk devices 2024-01-03 10:21:06 -08:00