]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/kvm/kvm.c
KVM: x86: fix typo in KVM_GET_XCRS
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2013 14:47:52 +0000 (16:47 +0200)
committerGleb Natapov <gleb@redhat.com>
Tue, 5 Nov 2013 07:34:34 +0000 (09:34 +0200)
commit0fd53fec92c5b636ef4774fe130f6029fde9fc3c
tree4777952d5c73b9f555d4240ee5509c4d3da1ffe2
parentfc8ead74674b7129e8f31c2595c76658e5622197
KVM: x86: fix typo in KVM_GET_XCRS

Only the first item of the array was ever looked at.  No
practical effect, but still worth fixing.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
target-i386/kvm.c