Re: [Qemu-discuss] qemu 2.8.50 Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed

2017-02-03 Thread Matwey V. Kornilov
2017-02-03 20:13 GMT+03:00 Bandan Das : > "Matwey V. Kornilov" writes: > ... > I think this means that KVM gave you a list of msrs but > when you tried to set them, it could not set all of them and hence, the > assert triggers. > >

Re: [Qemu-discuss] qemu 2.8.50 Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed

2017-02-03 Thread Bandan Das
"Matwey V. Kornilov" writes: ... I think this means that KVM gave you a list of msrs but when you tried to set them, it could not set all of them and hence, the assert triggers. Are you using a modified kernel ? There could be something useful