commit | d65e9815b1ff90dff35e4e679bfb231c24e408f7 | [log] [tgz] |
---|---|---|
author | Igor Mammedov <imammedo@redhat.com> | Tue Jun 19 15:39:46 2012 +0200 |
committer | Igor Mammedov <imammedo@redhat.com> | Mon Jun 25 15:40:03 2012 +0200 |
tree | 2f4019a11fdeae624184db916e7b15e686a9c81b | |
parent | 84e3b6025930cd474d3ca9f1885801dbc100cecb [diff] |
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>