]> xenbits.xensource.com Git - xen.git/commit
tools/libxc: Drop broken xc_{get,set}_hvm_param() functions
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 May 2017 11:50:09 +0000 (12:50 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 31 May 2017 09:23:57 +0000 (10:23 +0100)
commitfa4583333ddba6afb7b07ff7eb4d16e1a6a7459c
treef17f95fabe7a22209a57eee2995436c356569a5c
parentc1abc2f7bc90f35797ef7d9db344cc9788f566db
tools/libxc: Drop broken xc_{get,set}_hvm_param() functions

xc_{get,set}_hvm_param() are deprecated because they truncate their value
parameter in 32bit builds of libxc, and are therefore unfit for use.

As there is only a single remaining user, switch that user over to
xc_hvm_param_get() and drop these functions completely.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_domain.c
tools/xenpaging/xenpaging.c