On Mon, Jun 28, 2021 at 12:30:43PM +0100, Daniel P. Berrangé wrote: > This is a spin off from this thread: > > https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg06135.html > > to improve the documentation of the current behaviour of -smp > arg. In that thread it is suggested that we change the behaviour > to prefer use of cores over sockets, when topology is omitted. This > documentation update explicitly notes that default topology is liable > to change, to allow for this enhancement. > > Daniel P. Berrangé (4): > docs: fix typo s/Intel/AMD/ in CPU model notes > qemu-options: re-arrange CPU topology options > qemu-options: tweak to show that CPU count is optional > qemu-options: rewrite help for -smp options > > docs/system/cpu-models-x86.rst.inc | 2 +- > qemu-options.hx | 37 ++++++++++++++++++++---------- > 2 files changed, 26 insertions(+), 13 deletions(-) > > -- > 2.31.1 > >
For the series Reviewed-by: Andrew Jones <drjo...@redhat.com>