Re: [Xen-devel] Source code explanation?

2015-06-10 Thread Dario Faggioli
On Wed, 2015-06-10 at 04:44 +, amin.fall...@gmail.com wrote: Is there anywhere I can find in depth and in detail explanation and description about xen source code and implementation, other than the comments in the source code? No... BTW, what's more detailed than the code itself? :-) I

[Xen-devel] Source code explanation?

2015-06-09 Thread amin.fall...@gmail.com
Is there anywhere I can find in depth and in detail explanation and description about xen source code and implementation, other than the comments in the source code? I need to understand credit scheduler source code line by line for me to be able to edit it for my needs. A description of what

[Xen-devel] source code

2015-04-01 Thread Linda
Hi all, The following functions should compute the union, intersection and difference of two bitmaps. Please review the code. Thank you. Sincerely, Linda Jacobson int libxl_bitmap_union(libxl_ctx *ctx, libxl_bitmap *union_bitmap, libxl_bitmap *bitmap1, libxl_bitmap *bitmap2) {