Skip to content

Commit

Permalink
Merge pull request #10 from praveenkumar/fix_rand
Browse files Browse the repository at this point in the history
Add pass through entropy to guest operating system
  • Loading branch information
gbraad authored May 22, 2019
2 parents ba3ff34 + 0d43046 commit e9a37f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ const (
<source network='{{.Network}}'/>
<model type='virtio'/>
</interface>
<console type='pty'></console>
<channel type='pty'>
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
<rng model='virtio'>
<backend model='random'>/dev/random</backend>
</rng>
</devices>
</domain>`
)
Expand Down

0 comments on commit e9a37f6

Please sign in to comment.