Re: [Xen-devel] [PATCH v3 1/3] tools: remove tmem code and commands

2019-04-09 Thread Ian Jackson
Wei Liu writes ("[PATCH v3 1/3] tools: remove tmem code and commands"): > Remove all tmem related code in libxc. Acked-by: Ian Jackson For the whole series, provided no objections are heard within the next week. If there are objections we should evaluate them and maybe invite the objector to be

[Xen-devel] [PATCH v3 1/3] tools: remove tmem code and commands

2019-04-09 Thread Wei Liu
Remove all tmem related code in libxc. Leave some stubs in libxl in case anyone has linked to those functions before the removal. Remove all tmem related commands in xl, all tmem related code in other utilities we ship. Signed-off-by: Wei Liu Acked-by: Konrad Rzeszutek Wilk --- Rebase and fix