commit | e00c8cf29b9798eb9918469b0cce1766e0ae40d7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Oct 21 11:00:39 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:55 2008 +0200 |
tree | 2824cf4bfffc96faeda6981a790295c2e4f49690 | |
parent | 34c16eecf78ed4cf01f39ac7211f5b57942ec899 [diff] |
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() Split guest reset code out of vmx_vcpu_setup(). Besides being cleaner, this moves the realmode tss setup (which can sleep) outside vmx_vcpu_setup() (which is executed with preemption enabled). [izik: remove unused variable] Signed-off-by: Avi Kivity <avi@qumranet.com>