tools/libxencalls: add new function to query hypercall buffer safety
authorJuergen Gross <jgross@suse.com>
Mon, 18 Jun 2018 07:18:55 +0000 (09:18 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 18 Jun 2018 11:31:48 +0000 (12:31 +0100)
commit171d6ecec1efca5a3e395a08acb299453a957528
treebe0d2556102717c49aaece51fd687e30600686f1
parent33be2c385823e67c773527366a5d5e8ffe78d046
tools/libxencalls: add new function to query hypercall buffer safety

Add a new function to query whether hypercall buffers are always safe
to access by the hypervisor or might result in EFAULT.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libs/call/Makefile
tools/libs/call/freebsd.c
tools/libs/call/include/xencall.h
tools/libs/call/libxencall.map
tools/libs/call/linux.c
tools/libs/call/minios.c
tools/libs/call/netbsd.c
tools/libs/call/solaris.c