cloud-hypervisor/arch
Wei Liu fe704bd44a arch: simplify MP table signature generation code
Clippy complained one use of the char_array macro.

Instead of fixing that use case, the observation is that the macro was
needed only because MP table types mixed c_char and c_uchar for no
particular reason.

Only use c_uchar in those types, and drop char_array.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-04-30 07:32:08 +00:00
..
src arch: simplify MP table signature generation code 2024-04-30 07:32:08 +00:00
Cargo.toml misc: Migrate away from versionize 2024-04-22 17:10:55 +00:00