The module level is between core and cluster levels. Fix the QAPI documentation to add the module level in topology ordering.
Reported-by: Markus Armbruster <[email protected]> Fixes: 8ec0a4634798 ("hw/core/machine: Support modules in -smp") Signed-off-by: Zhao Liu <[email protected]> --- qapi/machine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/machine.json b/qapi/machine.json index 038eab281c78..5e268479e546 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1624,7 +1624,7 @@ # containers. # # The ordering from highest/coarsest to lowest/finest is: @drawers, -# @books, @sockets, @dies, @clusters, @cores, @threads. +# @books, @sockets, @dies, @clusters, @modules, @cores, @threads. # # Different architectures support different subsets of topology # containers. -- 2.34.1
