]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target/i386: TCG supports RDSEED
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Jun 2023 22:05:38 +0000 (00:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jun 2023 08:23:01 +0000 (10:23 +0200)
commit691925e5a3215caa6096f56070734b95054f800b
treec8b28e80a5e63504f00b42398ecbbbb3f7234e3d
parent8afce497e42bb279bcbc1637ecd30b70fc001947
target/i386: TCG supports RDSEED

TCG implements RDSEED, and in fact uses qcrypto_random_bytes which is
secure enough to match hardware behavior.  Expose it to guests.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c