[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Paging and memory sharing for HVM guests
>>> Grzegorz Milos <gm281@xxxxxxxxx> 17.12.09 00:14 >>> >The series of 46 patches attached to this email contain the initial >implementation of memory paging and sharing for Xen. Patrick Colp >leads the work on the pager, and I am mostly responsible for memory >sharing. We would be grateful for any comments/suggestions you might >have. Individual patches are labeled with comments describing their >purpose and a sign-off footnote. Of course we are happy to discuss >them in more detail, as required. Assuming that there are no major >objections against including them in the mainstream xen-unstable tree, >we would like to move future development to that tree. So as far as I can tell we now have to colliding values in domctl.h: #define XEN_DOMCTL_PFINFO_LPINTAB (0x1U<<31) #define XEN_DOMCTL_PFINFO_PAGEDTAB (0x8U<<28) Was it determined that this is not (going to be) a problem? It's just the tools interface, but it's a public header... Also there are several places were gmfn_to_mfn() was replaced by mfn_x(gfn_to_mfn()), but the p2m_is_valid() check that the former does was lost. Again - has it been determined that this will never cause any problem? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |