]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: VMX: remove hack that disables emulation on vcpu reset/init
authorGleb Natapov <gleb@redhat.com>
Mon, 21 Jan 2013 13:36:44 +0000 (15:36 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 24 Jan 2013 02:40:27 +0000 (00:40 -0200)
commit286da4156dc65c8a054580fdd96b7709132dce8d
tree85aa926f5c2e8e9f9f032b09760ee4a10b54ef88
parentc5e97c80b5ddd6139bdadcbd44e263c2a3e7fae6
KVM: VMX: remove hack that disables emulation on vcpu reset/init

There is no reason for it. If state is suitable for vmentry it
will be detected during guest entry and no emulation will happen.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c