[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] Sharing pages between two mini-os
Dear Samuel, Thanks again. when I use "set_xen_guest_handle(setup_op.frame_list, grant_table);" this error comes up: ../../xen/include/public/arch-x86/xen.h:56:58: error: assignment from incompatible pointer type [-Werror] #define set_xen_guest_handle_raw(hnd, val) do { (hnd).p = val; } while (0) ^ ../../xen/include/public/arch-x86/xen.h:57:40: note: in expansion of macro ‘set_xen_guest_handle_raw’ #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) ^ offering.c:28:5: note: in expansion of macro ‘set_xen_guest_handle’ set_xen_guest_handle(setup_op.frame_list, grant_table); ............................ If I want to disregard this example and use gnttab.h functions only, could you please explain for me what are the necessary steps rather than granting and granting_end accesses? Thanks On Mon, May 1, 2017 at 1:54 PM, Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> wrote: Please always keep the mailing list in Cc, so you optimize the chance _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |