Re: [Qemu-devel] [PATCH 1/5] cpu: Rename parse_cpu_model() to parse_cpu_option()

2019-04-18 Thread Igor Mammedov
On Tue, 16 Apr 2019 23:59:40 -0300 Eduardo Habkost wrote: > The "model[,option...]" string parsed by the function is not just > a CPU model. Rename the function and its argument to indicate it > expects the full "-cpu" option to be provided. > > Signed-off-by: Eduardo Habkost Reviewed-by: Igo

Re: [Qemu-devel] [PATCH 1/5] cpu: Rename parse_cpu_model() to parse_cpu_option()

2019-04-16 Thread David Gibson
On Tue, Apr 16, 2019 at 11:59:40PM -0300, Eduardo Habkost wrote: > The "model[,option...]" string parsed by the function is not just > a CPU model. Rename the function and its argument to indicate it > expects the full "-cpu" option to be provided. > > Signed-off-by: Eduardo Habkost Reviewed-by

[Qemu-devel] [PATCH 1/5] cpu: Rename parse_cpu_model() to parse_cpu_option()

2019-04-16 Thread Eduardo Habkost
The "model[,option...]" string parsed by the function is not just a CPU model. Rename the function and its argument to indicate it expects the full "-cpu" option to be provided. Signed-off-by: Eduardo Habkost --- include/qom/cpu.h | 6 +++--- bsd-user/main.c | 2 +- exec.c| 4 +