cloud-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
..
bin misc: Change cpu ID type from u8 to u32 2025-08-11 20:31:50 +00:00
lib.rs misc: switch error output from error! back to stderr 2025-08-11 10:41:11 +00:00
main.rs devices: Add fw_cfg cli options 2025-08-11 17:29:51 +00:00
test_util.rs tests: cleanup test_util module 2025-06-13 19:02:39 +00:00