]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
target-i386: Remove icc_bridge parameter from cpu_x86_create()
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 5 Mar 2015 17:26:51 +0000 (14:26 -0300)
committerAndreas Färber <afaerber@suse.de>
Tue, 17 Mar 2015 13:51:49 +0000 (14:51 +0100)
commite1570d0005f29f97d4b1d603b4548591340c57e1
tree83a7306163db88b836f2edee47c7e52862addec6
parent7fe55c3cbac3ffcb1f772dfa8246405bd2328810
target-i386: Remove icc_bridge parameter from cpu_x86_create()

Instead of passing icc_bridge from the PC initialization code to
cpu_x86_create(), make the PC initialization code attach the CPU to
icc_bridge.

The only difference here is that icc_bridge attachment will now be done
after x86_cpu_parse_featurestr() is called. But this shouldn't make any
difference, as property setters shouldn't depend on icc_bridge.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/i386/pc.c
target-i386/cpu.c
target-i386/cpu.h