mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
There is no need to manually implement Clone for some structures. It is better to explicitly spell out repr(C) to avoid the compiler reordering the fields. Signed-off-by: Wei Liu <liuwe@microsoft.com>