Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[armv7l] Unbreak random number device pass through #210

Merged
merged 1 commit into from
Oct 26, 2015

Conversation

dirkmueller
Copy link
Member

The generic device name is virtio-rng-device which works for all
platforms. virtio-rng-pci is a specific implementation attached
tot he PCI bus. Unfortunately, ARMv7 does not have a PCI bus, so
everything fails with:

No 'PCI' bus found for device 'virtio-rng-pci

The generic device name is virtio-rng-device which works for all
platforms. virtio-rng-pci is a specific implementation attached
tot he PCI bus. Unfortunately, ARMv7 does not have a PCI bus, so
everything fails with:

 No 'PCI' bus found for device 'virtio-rng-pci
adrianschroeter added a commit that referenced this pull request Oct 26, 2015
[armv7l] Unbreak random number device pass through
@adrianschroeter adrianschroeter merged commit 3f3f605 into openSUSE:master Oct 26, 2015
@adrianschroeter
Copy link
Member

that is leading to other errors (assertion filaed len != -1)

@dirkmueller
Copy link
Member Author

@adrianschroeter well, we didn't have the hw random device driver compiled in yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants