On 27/11/2018 19:44, Wei Liu wrote:
> It is agreed that tmem can be removed from xen.git. See the thread starting
> from <[email protected]>.
> 
> Wei Liu (3):
>   xen: remove tmem from hypervisor
>   tools: remove tmem code and commands
>   docs: remove tmem related text
> 
>  docs/man/xl.conf.pod.5                       |    9 +-
>  docs/man/xl.pod.1.in                         |   68 -
>  docs/misc/tmem-internals.html                |  789 ----------
>  docs/misc/xen-command-line.markdown          |    6 -
>  docs/misc/xsm-flask.txt                      |   36 -
>  tools/flask/policy/modules/dom0.te           |    4 +-
>  tools/flask/policy/modules/guest_features.te |    3 -
>  tools/libxc/Makefile                         |    1 -
>  tools/libxc/include/xenctrl.h                |   17 -
>  tools/libxc/xc_tmem.c                        |  507 -------
>  tools/libxl/libxl_tmem.c                     |  119 +-
>  tools/misc/Makefile                          |    1 -
>  tools/misc/xen-tmem-list-parse.c             |  339 -----
>  tools/python/xen/lowlevel/xc/xc.c            |   87 --
>  tools/xenstat/libxenstat/src/xenstat.c       |   52 +-
>  tools/xenstat/libxenstat/src/xenstat.h       |   15 -
>  tools/xenstat/libxenstat/src/xenstat_priv.h  |    8 -
>  tools/xenstat/xentop/xentop.c                |   36 +-
>  tools/xl/Makefile                            |    2 +-
>  tools/xl/xl.h                                |    6 -
>  tools/xl/xl_cmdtable.c                       |   40 -
>  tools/xl/xl_tmem.c                           |  251 ---
>  xen/arch/arm/configs/tiny64.conf             |    1 -
>  xen/arch/x86/configs/pvshim_defconfig        |    1 -
>  xen/arch/x86/hvm/hypercall.c                 |    3 -
>  xen/arch/x86/pv/hypercall.c                  |    3 -
>  xen/arch/x86/setup.c                         |    8 -
>  xen/common/Kconfig                           |   13 -
>  xen/common/Makefile                          |    4 -
>  xen/common/compat/tmem_xen.c                 |   23 -
>  xen/common/domain.c                          |    3 -
>  xen/common/memory.c                          |    4 +-
>  xen/common/page_alloc.c                      |   40 +-
>  xen/common/sysctl.c                          |    5 -
>  xen/common/tmem.c                            | 2095 
> --------------------------
>  xen/common/tmem_control.c                    |  560 -------
>  xen/common/tmem_xen.c                        |  277 ----
>  xen/include/Makefile                         |    1 -
>  xen/include/public/sysctl.h                  |  108 +-
>  xen/include/public/tmem.h                    |  124 --
>  xen/include/xen/hypercall.h                  |    7 -
>  xen/include/xen/sched.h                      |    3 -
>  xen/include/xen/tmem.h                       |   45 -
>  xen/include/xen/tmem_control.h               |   39 -
>  xen/include/xen/tmem_xen.h                   |  343 -----
>  xen/include/xlat.lst                         |    2 -
>  46 files changed, 27 insertions(+), 6081 deletions(-)
>  delete mode 100644 docs/misc/tmem-internals.html
>  delete mode 100644 tools/libxc/xc_tmem.c
>  delete mode 100644 tools/misc/xen-tmem-list-parse.c
>  delete mode 100644 tools/xl/xl_tmem.c
>  delete mode 100644 xen/common/compat/tmem_xen.c
>  delete mode 100644 xen/common/tmem.c
>  delete mode 100644 xen/common/tmem_control.c
>  delete mode 100644 xen/common/tmem_xen.c
>  delete mode 100644 xen/include/public/tmem.h
>  delete mode 100644 xen/include/xen/tmem.h
>  delete mode 100644 xen/include/xen/tmem_control.h
>  delete mode 100644 xen/include/xen/tmem_xen.h

Great!

As soon as the series is committed I'll post a related Linux kernel
series removing tmem and associated dependent bits from it.


Juergen

_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to