target-i386: Rename cpu_x86_init() to cpu_x86_init_user()

The function is used only for CONFIG_USER, so make its purpose clear.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Eduardo Habkost 2014-12-18 23:05:20 -02:00
parent 8a3f75b39d
commit 644dba250a
2 changed files with 3 additions and 3 deletions

View file

@ -2135,7 +2135,7 @@ out:
return cpu;
}
X86CPU *cpu_x86_init(const char *cpu_model)
X86CPU *cpu_x86_init_user(const char *cpu_model)
{
Error *error = NULL;
X86CPU *cpu;