Re: [PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'

2011-05-12 Thread Asias He
On 05/12/2011 03:17 PM, Ingo Molnar wrote: > > * Asias He wrote: > >> On 05/12/2011 02:01 AM, Pekka Enberg wrote: >>> This patch changes the '-c' command line option to specify the number of >>> CPUs >>> because it's used more often than console switching. >> >> I'd like to tune the command lin

Re: [PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'

2011-05-12 Thread Ingo Molnar
* Asias He wrote: > On 05/12/2011 02:01 AM, Pekka Enberg wrote: > > This patch changes the '-c' command line option to specify the number of > > CPUs > > because it's used more often than console switching. > > I'd like to tune the command line option further. > > 1) > Change > -i, --imag

Re: [PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'

2011-05-11 Thread Asias He
On 05/12/2011 02:01 AM, Pekka Enberg wrote: > This patch changes the '-c' command line option to specify the number of CPUs > because it's used more often than console switching. I'd like to tune the command line option further. 1) Change -i, --imageDisk image to -d, --disk Disk

[PATCH 1/2] kvm tools: Use '-c' for '--cpus', not '--console'

2011-05-11 Thread Pekka Enberg
This patch changes the '-c' command line option to specify the number of CPUs because it's used more often than console switching. Cc: Asias He Cc: Avi Kivity Cc: Cyrill Gorcunov Cc: Ingo Molnar Cc: Prasad Joshi Cc: Sasha Levin Signed-off-by: Pekka Enberg --- tools/kvm/kvm-run.c |4 ++-