Bug 435640

Summary: hal doesn't see virtio devices
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: halAssignee: David Zeuthen <davidz>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: berrange, mclasen, pertusus
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-03 22:00:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235706    
Attachments:
Description Flags
Support for virtio devices none

Description Jeremy Katz 2008-03-02 20:46:08 UTC
The new virtio (http://kvm.qumranet.com/kvmwiki/Virtio) virtual devices which
are available to provide PV drivers to KVM and other virt technologies don't
seem to be showing up in hal.  It looks like we just need to add support for the
"virtio" bus

Comment 1 Jeremy Katz 2008-03-02 21:44:01 UTC
Created attachment 296524 [details]
Support for virtio devices

This seems to do the trick to add support for finding the devices.   The disk
still isn't found, but that looks like it's because we're missing the block
symlink in the device directory ==> kernel problem.

Comment 2 Jeremy Katz 2008-03-02 22:04:58 UTC
And kernel patch for virtio disks to show up properly sent upstream.