target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
commit48e1a45c3166d659f781171a47dabf4a187ed7a5
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Mar 2016 20:55:29 +0000 (30 22:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Apr 2016 09:46:52 +0000 (5 11:46 +0200)
tree7de91a594629355ef8b3e08f49f4527d3619dfa2
parent273c515c0a0b0c5357e421a45de2a3b3138c77e7
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs

This would have caught the bug in the previous patch.

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