Re: [Qemu-devel] [PATCH v3.2 06/31] man: improve -numa doc

2014-06-08 Thread Hu Tao
On Sun, Jun 08, 2014 at 01:09:20PM +0300, Michael S. Tsirkin wrote: > On Wed, May 14, 2014 at 05:43:10PM +0800, Hu Tao wrote: > > From: Luiz Capitulino > > > > The -numa option documentation in qemu's manpage lacks the command-line > > options and some information regarding how it relates to opti

Re: [Qemu-devel] [PATCH v3.2 06/31] man: improve -numa doc

2014-06-08 Thread Michael S. Tsirkin
On Wed, May 14, 2014 at 05:43:10PM +0800, Hu Tao wrote: > From: Luiz Capitulino > > The -numa option documentation in qemu's manpage lacks the command-line > options and some information regarding how it relates to options -m and > -smp. This commit fills in the missing text. > > Signed-off-by:

Re: [Qemu-devel] [PATCH v3.2 06/31] man: improve -numa doc

2014-05-14 Thread Eduardo Habkost
On Wed, May 14, 2014 at 05:43:10PM +0800, Hu Tao wrote: > From: Luiz Capitulino > > The -numa option documentation in qemu's manpage lacks the command-line > options and some information regarding how it relates to options -m and > -smp. This commit fills in the missing text. > > Signed-off-by:

[Qemu-devel] [PATCH v3.2 06/31] man: improve -numa doc

2014-05-14 Thread Hu Tao
From: Luiz Capitulino The -numa option documentation in qemu's manpage lacks the command-line options and some information regarding how it relates to options -m and -smp. This commit fills in the missing text. Signed-off-by: Luiz Capitulino Signed-off-by: Paolo Bonzini Signed-off-by: Hu Tao