Konrad Rzeszutek Wilk
2013-Nov-12 15:22 UTC
[GIT PULL) for-4.4.tmem - cleanups in the tmem code.
Hey Keir, et al, Please git pull the following tree: git://xenbits.xen.org/people/konradwilk/xen.git for-4.4.tmem which has cleanups to the tmem code. The pathces had been posted by Bob before the feature freeze date: http://article.gmane.org/gmane.comp.emulators.xen.devel/177431 and I am as the maintainer of tmem happy with them. They make the code easier to read - thought there is still more work needed in that area. I don''t have write access to the proper git tree so was wondering if you would be so kind to merge it in at your convenience. Thank you! xen/common/tmem.c | 853 +++++++++++++++++++++++---------------------- xen/common/tmem_xen.c | 171 +++------ xen/include/public/tmem.h | 3 +- xen/include/xen/tmem_xen.h | 251 ++++--------- 4 files changed, 543 insertions(+), 735 deletions(-) Bob Liu (11): tmem: cleanup: drop COMPARE_COPY_PAGE_SSE2 tmem: cleanup: drop typedef pfp_t tmem: cleanup: drop typedef tmem_cli_mfn_t tmem: cleanup: rename ''tmh_'' with ''tmem_'' tmem: cleanup: drop most of the typedefs tmem: cleanup: drop function tmem_alloc/free_infra tmem: cleanup: drop typedef tmem_client_t tmem: cleanup: drop useless wrap functions tmem: cleanup: drop unused function ''domain_fully_allocated'' tmem: cleanup: drop useless ''_subpage'' wrap functions tmem: cleanup: drop useless functions
Konrad Rzeszutek Wilk
2013-Nov-19 13:51 UTC
Re: [GIT PULL) for-4.4.tmem - cleanups in the tmem code.
On Tue, Nov 12, 2013 at 10:22:33AM -0500, Konrad Rzeszutek Wilk wrote:> Hey Keir, et al, >ping?> Please git pull the following tree: > > git://xenbits.xen.org/people/konradwilk/xen.git for-4.4.tmem > > which has cleanups to the tmem code. The pathces had been posted > by Bob before the feature freeze date: > > http://article.gmane.org/gmane.comp.emulators.xen.devel/177431 > > and I am as the maintainer of tmem happy with them. They > make the code easier to read - thought there is still more > work needed in that area. > > I don''t have write access to the proper git tree so was wondering > if you would be so kind to merge it in at your convenience. > > Thank you! > > xen/common/tmem.c | 853 +++++++++++++++++++++++---------------------- > xen/common/tmem_xen.c | 171 +++------ > xen/include/public/tmem.h | 3 +- > xen/include/xen/tmem_xen.h | 251 ++++--------- > 4 files changed, 543 insertions(+), 735 deletions(-) > > Bob Liu (11): > tmem: cleanup: drop COMPARE_COPY_PAGE_SSE2 > tmem: cleanup: drop typedef pfp_t > tmem: cleanup: drop typedef tmem_cli_mfn_t > tmem: cleanup: rename ''tmh_'' with ''tmem_'' > tmem: cleanup: drop most of the typedefs > tmem: cleanup: drop function tmem_alloc/free_infra > tmem: cleanup: drop typedef tmem_client_t > tmem: cleanup: drop useless wrap functions > tmem: cleanup: drop unused function ''domain_fully_allocated'' > tmem: cleanup: drop useless ''_subpage'' wrap functions > tmem: cleanup: drop useless functions > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
Jan Beulich
2013-Nov-22 14:33 UTC
Re: [GIT PULL) for-4.4.tmem - cleanups in the tmem code.
>>> On 12.11.13 at 16:22, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: > Hey Keir, et al, > > Please git pull the following tree: > > git://xenbits.xen.org/people/konradwilk/xen.git for-4.4.tmemI pulled this, but ...> which has cleanups to the tmem code. The pathces had been posted > by Bob before the feature freeze date: > > http://article.gmane.org/gmane.comp.emulators.xen.devel/177431 > > and I am as the maintainer of tmem happy with them. They > make the code easier to read - thought there is still more > work needed in that area. > > I don''t have write access to the proper git tree so was wondering > if you would be so kind to merge it in at your convenience. > > Thank you! > > xen/common/tmem.c | 853 +++++++++++++++++++++++---------------------- > xen/common/tmem_xen.c | 171 +++------ > xen/include/public/tmem.h | 3 +- > xen/include/xen/tmem_xen.h | 251 ++++--------- > 4 files changed, 543 insertions(+), 735 deletions(-) > > Bob Liu (11): > tmem: cleanup: drop COMPARE_COPY_PAGE_SSE2 > tmem: cleanup: drop typedef pfp_t > tmem: cleanup: drop typedef tmem_cli_mfn_t... I don''t think this one is really appropriate: We shouldn''t be dropping things from public headers, as we don''t know whether there are people using such stuff. Jan> tmem: cleanup: rename ''tmh_'' with ''tmem_'' > tmem: cleanup: drop most of the typedefs > tmem: cleanup: drop function tmem_alloc/free_infra > tmem: cleanup: drop typedef tmem_client_t > tmem: cleanup: drop useless wrap functions > tmem: cleanup: drop unused function ''domain_fully_allocated'' > tmem: cleanup: drop useless ''_subpage'' wrap functions > tmem: cleanup: drop useless functions > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel