Skip to content

Commit b0544b7

Browse files
pb8ozulinx86
authored andcommitted
ci: add kernel config options for virtio-rng
These options are needed for testing virtio-rng support. Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent 239fccd commit b0544b7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

resources/guest_configs/microvm-kernel-ci-aarch64-5.10.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ CONFIG_DEVMEM=y
16111611
# CONFIG_XILLYBUS is not set
16121612
# end of Character devices
16131613

1614-
# CONFIG_RANDOM_TRUST_CPU is not set
1614+
CONFIG_RANDOM_TRUST_CPU=y
16151615
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
16161616

16171617
#

resources/guest_configs/microvm-kernel-ci-x86_64-4.14.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,8 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
14611461
CONFIG_HVC_DRIVER=y
14621462
CONFIG_VIRTIO_CONSOLE=y
14631463
# CONFIG_IPMI_HANDLER is not set
1464-
# CONFIG_HW_RANDOM is not set
1464+
CONFIG_HW_RANDOM=y
1465+
CONFIG_HW_RANDOM_VIRTIO=y
14651466
# CONFIG_NVRAM is not set
14661467
# CONFIG_MWAVE is not set
14671468
# CONFIG_RAW_DRIVER is not set

resources/guest_configs/microvm-kernel-ci-x86_64-5.10.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,9 @@ CONFIG_SERIAL_DEV_BUS=y
16261626
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
16271627
CONFIG_VIRTIO_CONSOLE=y
16281628
# CONFIG_IPMI_HANDLER is not set
1629-
# CONFIG_HW_RANDOM is not set
1629+
CONFIG_HW_RANDOM=y
1630+
CONFIG_HW_RANDOM_VIRTIO=y
1631+
16301632
# CONFIG_MWAVE is not set
16311633
CONFIG_DEVMEM=y
16321634
# CONFIG_DEVKMEM is not set
@@ -1638,7 +1640,7 @@ CONFIG_DEVMEM=y
16381640
# CONFIG_TELCLOCK is not set
16391641
# end of Character devices
16401642

1641-
# CONFIG_RANDOM_TRUST_CPU is not set
1643+
CONFIG_RANDOM_TRUST_CPU=y
16421644
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
16431645

16441646
#

0 commit comments

Comments
 (0)