-
Notifications
You must be signed in to change notification settings - Fork 296
NUMA claim handling improvements #6809
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
Changes from all commits
f40cc48
0707b37
be13737
7238e5f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,6 +81,7 @@ module type S = sig | |
| val create : | ||
| Xenops_task.task_handle | ||
| -> int64 option | ||
| -> int64 option | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Without labels there is risk of confusion here. There is the additional problem of the unit (bytes, pages) which could be also documented with a label.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would've been good if we used different types for different units of measurement (bytes, pages, mib, kib). |
||
| -> Vm.t | ||
| -> Vm.id option | ||
| -> bool (* no_sharept*) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.