On Fri, Mar 22, 2024 at 02:10:26PM -0700, Nuno Das Neves wrote: > Factor out logic for converting numa node to hv_proximity_domain_info > into a helper function. > > Change hv_proximity_domain_info to a struct to improve readability. > > While at it, rename hv_add_logical_processor_* structs to the correct > hv_input_/hv_output_ prefix, and remove the flags field which is not > present in the ABI. > > Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx> > Reviewed-by: Wei Liu <wei.liu@xxxxxxxxxx> > Queued for hyperv-fixes. Thanks.