On Fri, Jul 02, 2021 at 06:07:39PM +0800, Yanan Wang wrote: > Now that all the possible topology parameters are integrated in struct > CpuTopology, tweak the order of topology members to be "cpus/sockets/ > dies/cores/threads/maxcpus" for readability and consistency. We also > tweak the comment by adding explanation of dies parameter. > > Signed-off-by: Yanan Wang <wangyana...@huawei.com> > --- > hw/core/machine.c | 4 ++-- > include/hw/boards.h | 7 ++++--- > 2 files changed, 6 insertions(+), 5 deletions(-)
Reviewed-by: Andrew Jones <drjo...@redhat.com>