]> git.proxmox.com Git - qemu.git/commit
target-i386: move tcg initialization into x86_cpu_initfn()
authorIgor Mammedov <imammedo@redhat.com>
Tue, 19 Jun 2012 13:39:46 +0000 (15:39 +0200)
committerIgor Mammedov <imammedo@redhat.com>
Mon, 25 Jun 2012 13:40:03 +0000 (15:40 +0200)
commitd65e9815b1ff90dff35e4e679bfb231c24e408f7
tree2f4019a11fdeae624184db916e7b15e686a9c81b
parent84e3b6025930cd474d3ca9f1885801dbc100cecb
target-i386: move tcg initialization into x86_cpu_initfn()

In order to make cpu object not depended on external ad-hoc
initialization routines, move tcg initialization from cpu_x86_init
inside cpu object "x86_cpu_initfn()".

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