debug: 0.117 PID: 0.100 other: 0.094 device: 0.089 semantic: 0.089 boot: 0.075 vnc: 0.075 graphic: 0.074 performance: 0.065 permissions: 0.053 network: 0.046 socket: 0.044 KVM: 0.042 files: 0.036 debug: 0.453 KVM: 0.324 performance: 0.039 PID: 0.030 semantic: 0.026 other: 0.026 boot: 0.023 files: 0.018 socket: 0.017 device: 0.016 network: 0.010 vnc: 0.007 permissions: 0.007 graphic: 0.006 Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed Hello, I see the following when try to run qemu from master as the following: # ./x86_64-softmmu/qemu-system-x86_64 --version QEMU emulator version 2.8.50 (v2.8.0-1006-g4e9f524) Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers # ./x86_64-softmmu/qemu-system-x86_64 -machine accel=kvm -nodefaults -no-reboot -nographic -cpu host -vga none -kernel .build.kernel.kvm -initrd .build.initrd.kvm -append 'panic=1 no-kvmclock console=ttyS0 loglevel=7' -m 1024 -serial stdio qemu-system-x86_64: /home/matwey/lab/qemu/target/i386/kvm.c:1849: kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed. First broken commit has been bisected: commit 48e1a45c3166d659f781171a47dabf4a187ed7a5 Author: Paolo Bonzini