cloud-hypervisor/hypervisor/src
Peter Oskolkov aa8e9cd91a misc: Change cpu ID type from u8 to u32
This is the first change to Cloud Hypervisor in a series of changes
intended to increase the max number of supported vCPUs in guest VMs,
which is currently limited to 255 (254 on x86_64).

No user-visible/behavior changes are expected as a result of
applying this patch, as the type of boot_cpus and related
fields in config structs remains u8 for now, and all configuration
validations remain the same.

Signed-off-by: Barret Rhoden <brho@google.com>
Signed-off-by: Neel Natu <neelnatu@google.com>
Signed-off-by: Ofir Weisse <oweisse@google.com>
Signed-off-by: Peter Oskolkov <posk@google.com>
2025-08-11 20:31:50 +00:00
..
arch misc: hypervisor: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
kvm misc: Change cpu ID type from u8 to u32 2025-08-11 20:31:50 +00:00
mshv misc: Change cpu ID type from u8 to u32 2025-08-11 20:31:50 +00:00
cpu.rs misc: Change cpu ID type from u8 to u32 2025-08-11 20:31:50 +00:00
device.rs misc: hypervisor: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
hypervisor.rs misc: hypervisor: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
lib.rs hypervisor: Enable MSHV compilation on ARM64 2025-04-16 03:36:12 +00:00
vm.rs misc: Change cpu ID type from u8 to u32 2025-08-11 20:31:50 +00:00