Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296126 Details for
Bug 435158
PVFB fails because of missing xc_map_foreign_pages in libxenctrl.so compat library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Workaround for missing xc_map_foreign_pages
xenner-map-foreign-pages.patch (text/plain), 487 bytes, created by
Daniel Berrangé
on 2008-02-27 21:28:17 UTC
(
hide
)
Description:
Workaround for missing xc_map_foreign_pages
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2008-02-27 21:28:17 UTC
Size:
487 bytes
patch
obsolete
>diff -rup xenner-0.25.orig/libxc.c xenner-0.25.new/libxc.c >--- xenner-0.25.orig/libxc.c 2008-02-01 11:38:00.000000000 -0500 >+++ xenner-0.25.new/libxc.c 2008-02-27 15:34:03.000000000 -0500 >@@ -208,3 +208,9 @@ done: > __FUNCTION__, xc_handle, dom, prot, arr, num, ptr); > return ptr; > } >+ >+void *xc_map_foreign_pages(int xc_handle, uint32_t dom, int prot, >+ const xen_pfn_t *arr, int num) >+{ >+ return xc_map_foreign_batch(xc_handle, dom, prot, arr, num); >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 435158
: 296126