diff options
author | Igor Mammedov <imammedo@redhat.com> | 2016-06-09 19:11:03 +0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-07-07 15:25:06 -0300 |
commit | 6aff24c6a61c6fec31e555c7748ba6085b7b2c06 (patch) | |
tree | 9fa1ae089159deb7effd2af104fcef3d17af29a3 /disas/Makefile.objs | |
parent | 09f71b054a95161950a03fafc9023637929bd404 (diff) | |
download | qemu-6aff24c6a61c6fec31e555c7748ba6085b7b2c06.zip qemu-6aff24c6a61c6fec31e555c7748ba6085b7b2c06.tar.gz qemu-6aff24c6a61c6fec31e555c7748ba6085b7b2c06.tar.bz2 |
pc: Parse CPU features only once
Considering that features are converted to global properties and
global properties are automatically applied to every new instance
of created CPU (at object_new() time), there is no point in
parsing cpu_model string every time a CPU created. So move
parsing outside CPU creation loop and do it only once.
Parsing also should be done before any CPU is created so that
features would affect the first CPU a well.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'disas/Makefile.objs')
0 files changed, 0 insertions, 0 deletions