libxc: correct bounce direction in xc_get_device_group()
authorJan Beulich <jbeulich@suse.com>
Fri, 10 Dec 2021 09:25:12 +0000 (10:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Dec 2021 09:25:12 +0000 (10:25 +0100)
commit22592f1c5e789e4606f0a6fb88e5f1244a8384c9
treeaef379f38dbb20bd820b73be0dc28274bfb51ce1
parent1384d4e1e4ef6e846a1cac54f6d2868d40309607
libxc: correct bounce direction in xc_get_device_group()

The array of IDs is an output.

Fixes: 79647c5bc9c6 ("libxc: convert domctl interfaces over to hypercall buffers")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/libs/ctrl/xc_domain.c