tools: drop all deprecated usages of xs_*_open() and friends in tools
authorJuergen Gross <jgross@suse.com>
Fri, 2 Oct 2020 15:41:40 +0000 (17:41 +0200)
committerWei Liu <wl@xen.org>
Thu, 8 Oct 2020 12:47:59 +0000 (12:47 +0000)
commit90c9f9f4ddd55e11be0506bff10c6237507c6e0d
tree1963d9f335f4e98e32b3fba582100b12195a9af3
parent5144222bcd4b6653c15ce699780322dca5c02ea3
tools: drop all deprecated usages of xs_*_open() and friends in tools

Switch all usages of xs_daemon_open*() and xs_domain_open() to use
xs_open() instead. While at it switch xs_daemon_close() users to
xs_close().

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
12 files changed:
tools/console/client/main.c
tools/console/daemon/utils.c
tools/libs/light/libxl.c
tools/libs/light/libxl_exec.c
tools/libs/light/libxl_fork.c
tools/libs/stat/xenstat.c
tools/libs/vchan/init.c
tools/misc/xen-lowmemd.c
tools/python/xen/lowlevel/xs/xs.c
tools/tests/mce-test/tools/xen-mceinj.c
tools/xenbackendd/xenbackendd.c
tools/xenpmd/xenpmd.c