diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-22 23:28:30 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-22 23:28:30 +0200 |
commit | 87feec09d8ae280fdc8dfa841b206ba53ec75ebf (patch) | |
tree | cf9370cd747c2cdf093e7ccb57fe0d65ca948c69 /hurd | |
parent | 3d7dda63b55447c3b7689a967112ef6f52a215f5 (diff) |
advise not to enable kernel-kqemu
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/qemu.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index aea20ae8..67a1be7c 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -58,6 +58,8 @@ Check if your CPU supports kvm: #### If you don't have hardware support (slow): $ apt-get install qemu +Do not enable kernel-kqemu, as that assumes some particular behavior from the guest kernel, which we are reluctant to artificially add to gnumach. + #### If you have hardware support (recommended): $ apt-get install qemu-kvm $ modprobe kvm |