Bug 434766

Summary: F-9 pv_ops xen: update frontend driver names in kudzu
Product: [Fedora] Fedora Reporter: Mark McLoughlin <markmc>
Component: kudzuAssignee: Xen Maintainance List <xen-maint>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: notting
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-02-25 17:12:23 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: 434756    

Description Mark McLoughlin 2008-02-25 11:15:29 UTC
With F-9 pv_ops based kernel-xen, xenblk is renamed to xen-blkfront and xennet
is renamed to xen-netfront.

Kudzu needs to be updated:

  xen.c:87:                           xendev->driver = strdup("xenblk");
  xen.c:103:                          xendev->driver = strdup("xennet");

(Note, not assigning to kudzu owner until we switch rawhide over. Latest scratch
build available from here:

  http://koji.fedoraproject.org/koji/taskinfo?taskID=460974
)

Comment 1 Bill Nottingham 2008-02-25 17:12:23 UTC
That code isn't actually used anywhere any more.