Re: [PATCH 0/4] docs: improve -smp documentation

2021-07-13 Thread Eduardo Habkost
On Fri, Jul 09, 2021 at 04:48:57PM -0400, Eduardo Habkost wrote: > 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

Re: [PATCH 0/4] docs: improve -smp documentation

2021-07-09 Thread Eduardo Habkost
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 chan

Re: [PATCH 0/4] docs: improve -smp documentation

2021-06-28 Thread Andrew Jones
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 chan

[PATCH 0/4] docs: improve -smp documentation

2021-06-28 Thread Daniel P . Berrangé
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.