Re: [Qemu-devel] [PATCH 4/5] bsd-user: Use lookup_cpu_class()

2019-04-16 Thread David Gibson
On Tue, Apr 16, 2019 at 11:59:43PM -0300, Eduardo Habkost wrote: > The hardcoded CPU models in the code are just CPU models and > don't include any extra options. We don't need to call > parse_cpu_options(). > > Signed-off-by: Eduardo Habkost Reviewed-by: David Gibson > --- > bsd-user/main.c

[Qemu-devel] [PATCH 4/5] bsd-user: Use lookup_cpu_class()

2019-04-16 Thread Eduardo Habkost
The hardcoded CPU models in the code are just CPU models and don't include any extra options. We don't need to call parse_cpu_options(). Signed-off-by: Eduardo Habkost --- bsd-user/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsd-user/main.c b/bsd-user/main.c in