diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 10:37:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 10:37:06 +0000 |
commit | b55a37c981914aa8ecd21b9a2a2fb37f39b917c5 (patch) | |
tree | 934166a6ed652b1afb19733479d08260676ab9da /target-i386 | |
parent | PPC: rename cpu_ppc_reset to cpu_reset for consistency (diff) | |
download | qemu-kvm-b55a37c981914aa8ecd21b9a2a2fb37f39b917c5.tar.gz qemu-kvm-b55a37c981914aa8ecd21b9a2a2fb37f39b917c5.tar.bz2 qemu-kvm-b55a37c981914aa8ecd21b9a2a2fb37f39b917c5.zip |
user: move CPU reset call to main.c for x86/PPC/Sparc
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/helper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 3fff1bbed..957b3fc1f 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -1885,9 +1885,6 @@ CPUX86State *cpu_x86_init(const char *cpu_model) return NULL; } mce_init(env); -#ifdef CONFIG_USER_ONLY - cpu_reset(env); -#endif qemu_init_vcpu(env); |