This removes yet another chunk of PC-specific code from target-i386/cpu.c and moves it to PC code.
WIth this we get closer to being able to change target-i386 to use cpu_generic_init(). This series is based on my x86 tree, located at: https://github.com/ehabkost/qemu.git x86 Changes v1 -> v2: * Keep existing check for NULL icc_bridge and error reporting, instead of assing assert(icc_bridge) Eduardo Habkost (1): target-i386: Remove icc_bridge parameter from cpu_x86_create() hw/i386/pc.c | 13 +++++++++++-- target-i386/cpu.c | 14 ++------------ target-i386/cpu.h | 3 +-- 3 files changed, 14 insertions(+), 16 deletions(-) -- 2.1.0