diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-04 21:02:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 21:02:02 +0200 |
| commit | 2420d1bcbcd9f5d5893c1aab8096cce81721dac2 (patch) | |
| tree | 514b8f4a9bd4bc3f6a59217396c69f60f1a38a12 | |
| parent | 241440828e62f953f186a3a74e648b1200c8e090 (diff) | |
Update setup.md
| -rw-r--r-- | docs/linux/setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
