]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 30 Jan 2014 19:48:56 +0000 (17:48 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:01:49 +0000 (19:01 +0100)
commitc080e30ec8727d7b8c4995fe288852541aa58b06
tree75794b4741e50c79d48ae1729aea96fd9c2e58b7
parent8c2e1b0093aa4a89548df47d969217d8b0dfd070
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()

There isn't any kind of "registration" involved in cpu_x86_register()
anymore: it is simply looking up a CPU model name and loading the model
definition data into the X86CPU object. Rename it to x86_cpu_load_def()
to reflect what it does.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c