From 2420d1bcbcd9f5d5893c1aab8096cce81721dac2 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 4 Jun 2020 21:02:02 +0200 Subject: Update setup.md --- docs/linux/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/setup.md') diff --git a/docs/linux/setup.md b/docs/linux/setup.md index bfb21c187..6ec732ba9 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -109,11 +109,11 @@ See the links at the top of the document for instructions on setting up syzkalle Solution: add your user to the `kvm` group (`sudo usermod -a -G kvm` and relogin). -* QEMU crashes with +* QEMU crashes with: ``` qemu-system-x86_64: error: failed to set MSR 0x48b to 0x159ff00000000 qemu-system-x86_64: /build/qemu-EmNSP4/qemu-4.2/target/i386/kvm.c:2947: kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed. ``` - Solution: remove `-cpu host,migratable=off` from QEMU command line. Easiest way to do that was to set `qemu_args` to `-enable-kvm` in the `syz-manager` config file. + Solution: remove `-cpu host,migratable=off` from the QEMU command line. The easiest way to do that is to set `qemu_args` to `-enable-kvm` in the `syz-manager` config file. -- cgit mrf-deployment