On Mon, Oct 13, 2025 at 03:45:11PM +0800, Zhao Liu wrote: > 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.
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
