>>>>> "GL" == guangcheng liang <
guangch...@gmail.com> writes:
GL> Hi,
GL> Now I am studying BitBlaze tools.
GL> I find that starting a guest operation system using TEMU is very
GL> slow. I realized that I should install a tool called kqemu to
GL> accelerate it. But I don't know how to install it. I have tried a
GL> instruction "sudo apt-get install kqemu",but failed. I expect you
GL> can give me the related instructions to install kqemu. Or you can
GL> tell me where to download kqemu, because the address
GL>
http://www.qemu.org/kqemu-1.3.0pre11.tar.gz
GL> I find in the discussions can't download kqemu.
Since a reorganization of the QEMU web pages, that download can now be
found at:
http://wiki.qemu.org/download/kqemu-1.3.0pre11.tar.gz
This and other locations can also be found via a Google search for the
file name.
It has been a while since I last tried to compile the kqemu kernel
module (it doesn't help for my primary work machines because they're
running 64-bit kernels). So you might have the easiest time if you're
using an older distribution, but it might work with newer kernels as
well. (Older distributions included kqemu binaries, but as Sanjay
mentions that's no longer the case with more recent versions.)
Some other time-saving techniques you may consider in addition to or
instead of kqemu:
* You can do setup operations like installing an OS using a newer
version of QEMU that has KVM support, assuming your hardware is
compatible. However watch out that newer QEMU versions default to
different virtual hardware than TEMU does.
* You can use TEMU's snapshot features (like the savevm and loadvm
monitor commands) so that you don't have to boot the virtual machine
for every experiment.
Hope this helps,
-- Stephen