]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/kvm.c
kvm: always update the MPX model specific register
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2014 13:22:25 +0000 (14:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2014 13:25:22 +0000 (14:25 +0100)
commit439d19f2922ac409ee224bc1e5522cee7009d829
tree310d89b12fcaf8579c5c5555954fe92ffa77b116
parent584f2be79de148b0765a758ac0c1036a29c5e830
kvm: always update the MPX model specific register

The original patch from Liu Jinsong restricted them to reset or full
state updates, but that's unnecessary (and wrong) since the BNDCFGS
MSR has no side effects.

Cc: Liu Jinsong <jinsong.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/kvm.c