kvm-unit-tests: test for rdseed/rdrand
authorMatt Weber <matthew.weber@rockwellcollins.com>
Sat, 13 Jan 2018 02:21:11 +0000 (20:21 -0600)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jan 2018 14:08:37 +0000 (15:08 +0100)
commite4c2c68c3e1af04a3477a1777620f6021aa76065
tree547efcfff861eb0becd09269464c47fff22dffc7
parenta6f518c74677c44724d445b7f5baec06fc432a31
kvm-unit-tests: test for rdseed/rdrand

The build fails when the host binutils isn't at least 2.23
(2.22.x introduced RDSEED).

The host toolchain is used for x86_64 target builds where
we need to do a 32bit build. Most other buildroot builds
are using a much newer binutils unless it's a external
older toolchain.

Fixes:
http://autobuild.buildroot.net/results/c39/c3987a3cbd2960b0ff50f872636bdfd8d1a9c820/

Upstream:
https://marc.info/?l=kvm&m=151580743523259&w=2

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kvm-unit-tests/0002-kvm-unit-tests-test-for-rdseed-rdrand.patch [new file with mode: 0644]