]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-i386: Call x86_cpu_load_def() earlier
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 30 Jan 2014 19:48:57 +0000 (17:48 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:01:49 +0000 (19:01 +0100)
commit285f025d2c804de78d4f3a90cd1efa4c8907d641
treec5c61a83675bb2976323ded958eba9942031dbdf
parentc080e30ec8727d7b8c4995fe288852541aa58b06
target-i386: Call x86_cpu_load_def() earlier

As we will initialize the X86CPU fields on instance_init eventually,
move the code that initializes the X86CPU data based on the CPU model
name closer to the object_new() call.

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