I have an Ubuntu 14.04.3 (with linux-generic-lts-vivid (3.19) kernel) 64-bit host, and a VirtualBox guest with the same OS and configuration.
The host has an AMD A10-7800 CPU.
If I enable the KVM paravirtualization interface in VirtualBox, do I need to change anything in the guest in order to take advantage of it?
From Virtualbox manual:
Ubuntu kernels are compiled with KVM guest support, as you can see in the output of
grep CONFIG_KVM_GUEST /boot/config-*
, so there's no need to change anything in the guest system.I think you should install Guest Additions. I didn't run any benchmark but I felt the guest system more fluid and responsive with Guest Additions & KVM when compared to KVM alone. Also, without Guest Additions you won't be able to access shared folders or copy/paste between host and guest.