Bug 1097303
Summary: | Add virtio support for OpenBSD | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Jasper Lievisse Adriaanse <jasper> | ||||||||||
Component: | libosinfo | Assignee: | Zeeshan Ali <zeenix> | ||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | unspecified | CC: | berrange, cfergeau, fidencio, mclasen | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2014-06-05 20:39:17 UTC | Type: | Bug | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Created attachment 895147 [details]
OpenBSD supports virtio net/disk.
For what it's worth, it's better to send patches to the libosinfo mailing list rather than attaching them in bugzilla: http://libosinfo.org/communicate/ Regarding your second patch, you should only need to add the devices to freebsd 5.4 As they will be inherited by freebsd 5.5. (In reply to Christophe Fergeau from comment #2) > For what it's worth, it's better to send patches to the libosinfo mailing > list rather than attaching them in bugzilla: > http://libosinfo.org/communicate/ Oh, and patches obtained through git format-patch would be easier to apply as I would not have to make up a commit message ;) Created attachment 895178 [details]
Fix typo for FreeBSD
Created attachment 895179 [details]
OpenBSD supports virtio net/disk.
I'll push these 2 updated patches if the removed 'devices' don't cause issues.
Excellent, thank you. This has been pushed to git now, thanks for the patches. |
Created attachment 895146 [details] Fix typo for FreeBSD. OpenBSD supports virtio net and disk since 5.3. As libosinfo has data on OpenBSD 5.4 and 5.4 we can add it there. While here I fixed a typo in the FreeBSD file.