diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-07-01 10:09:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-07-01 10:09:57 +0200 |
commit | fa59e1c4bb3056499fe99302a2f1a57b04ccd31c (patch) | |
tree | 6797eb9cd53435b236f976772b6cfc9bef76f9cd | |
parent | 1fe26886490f0b66c2611db7d45a80288b141d1d (diff) | |
download | ipxe-tests-fa59e1c4bb3056499fe99302a2f1a57b04ccd31c.tar.gz |
add rng
-rw-r--r-- | domain/test-ipxe-ipv4-aarch64.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/domain/test-ipxe-ipv4-aarch64.xml b/domain/test-ipxe-ipv4-aarch64.xml index 4791bd2..684533b 100644 --- a/domain/test-ipxe-ipv4-aarch64.xml +++ b/domain/test-ipxe-ipv4-aarch64.xml @@ -17,6 +17,9 @@ <boot order='1'/> </interface> <console type='pty'/> + <rng model='virtio'> + <backend model='random'>/dev/urandom</backend> + </rng> </devices> <qemu:commandline> <qemu:arg value='-fw_cfg'/> |