]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Enable DRNG feature support for KVM
authorYang, Wei Y <wei.y.yang@intel.com>
Mon, 13 Jun 2011 13:52:33 +0000 (21:52 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:21 +0000 (13:16 +0300)
commit3cd9f141db2cd9d3082f29a94c5ff8b675361371
treec6db2aa1b867285a9764f4dd35e4ab25c0ecec1e
parentf111511d19e9d04f9ef98e857403392306ba231a
KVM: Enable DRNG feature support for KVM

This patch exposes DRNG feature to KVM guests.

The RDRAND instruction can provide software with sequences of
random numbers generated from white noise.

Signed-off-by: Yang, Wei <wei.y.yang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c