xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL) for-4.4.tmem - cleanups in the tmem code.
@ 2013-11-12 15:22 Konrad Rzeszutek Wilk
  2013-11-19 13:51 ` Konrad Rzeszutek Wilk
  2013-11-22 14:33 ` Jan Beulich
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-11-12 15:22 UTC (permalink / raw)
  To: keir, xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL) for-4.4.tmem - cleanups in the tmem code.
  2013-11-12 15:22 [GIT PULL) for-4.4.tmem - cleanups in the tmem code Konrad Rzeszutek Wilk
@ 2013-11-19 13:51 ` Konrad Rzeszutek Wilk
  2013-11-22 14:33 ` Jan Beulich
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-11-19 13:51 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, keir

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL) for-4.4.tmem - cleanups in the tmem code.
  2013-11-12 15:22 [GIT PULL) for-4.4.tmem - cleanups in the tmem code Konrad Rzeszutek Wilk
  2013-11-19 13:51 ` Konrad Rzeszutek Wilk
@ 2013-11-22 14:33 ` Jan Beulich
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2013-11-22 14:33 UTC (permalink / raw)
  To: Bob Liu, Konrad Rzeszutek Wilk; +Cc: xen-devel, keir

>>> 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.tmem

I 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 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-22 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 15:22 [GIT PULL) for-4.4.tmem - cleanups in the tmem code Konrad Rzeszutek Wilk
2013-11-19 13:51 ` Konrad Rzeszutek Wilk
2013-11-22 14:33 ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).