KVM/Libvirt changes in Debian
12th December 2009
As already mentioned on <pkg-libvirt-discuss@lists.alioth.debian.org> libvirt 0.7.4-2 (currently in experimental) runs qemu and kvm processes as libvirt-qemu:kvm instead of root allowing you to use features like bridged networking without having to run the emulator itself with full privileges.
Kvm 88+dfsg-3 supports ksm to safe memory when running several similar virtual machines. On a recent linux kernel just do a
echo 1 > /sys/kernel/mm/ksm/run
to activate it. Then run two similar virtual machines and see how /sys/kernel/mm/ksm/pages_shared increases.
Thanks to work of Jan and Micheal Debian now also ships kvm's stable branch qemu-kvm.