From: Liu, Jinsong Date: Fri, 21 Feb 2014 17:33:32 +0000 (+0000) Subject: KVM: x86: expose new instruction RDSEED to guest X-Git-Tag: v3.15-rc1~118^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c79893b2bad49e0c391a9499f50fcd5b0f80874;p=pandora-kernel.git KVM: x86: expose new instruction RDSEED to guest From 24ffdce9efebf13c6ed4882f714b2b57ef1141eb Mon Sep 17 00:00:00 2001 From: Liu Jinsong Date: Thu, 20 Feb 2014 17:38:26 +0800 Subject: [PATCH] KVM: x86: expose new instruction RDSEED to guest RDSEED instruction return a random number, which supplied by a cryptographically secure, deterministic random bit generator(DRBG). Signed-off-by: Xudong Hao Signed-off-by: Liu Jinsong Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed