KVM, QEMU, and kernel project management
KVM, QEMU, and kernel project management
Posted Mar 30, 2010 3:28 UTC (Tue) by dlang (guest, #313)In reply to: KVM, QEMU, and kernel project management by jeremiah
Parent article: KVM, QEMU, and kernel project management
given that the guest doesn't really control it's own ram, but the host OS does, there is no way that the guest can prevent the host OS from examining or changing the ram in the guest, there is no way for the guest to protect itself from the host if the host is malicious.
what is possible in theory is that the host could prevent one guest from escaping then using the host privileges to attack another guest. However this is the same theory that says that one user on a system can be prevented from attacking another user on the same system. That hasn't worked in real life, and I doubt if the protecting one guest form another will work much better.
