]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
tools: add basic libxendevicemodel with _open and _close.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 28 Jan 2016 11:10:15 +0000 (11:10 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 10 Feb 2016 12:45:24 +0000 (12:45 +0000)
commita209ae3747e1d8c809ec5adfeb148cb4fd142ed9
tree05a2f8a8a68cdf839a4a302d4007f00a95442b14
parent20cb51c39dccdbc23ba075030d7bb635e2883ece
tools: add basic libxendevicemodel with _open and _close.

This library is intended to be a stable interface which device models
(specifically QEMU upstream, it probably isn't worth porting
qemu-traditional over) can rely on in order to avoid a link time
dependency on libxenctrl (which implies needing to rebuild QEMU when
Xen is updated to a new release, which is a pain for distros)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
.gitignore
tools/Makefile
tools/libs/Makefile
tools/libs/devicemodel/Makefile [new file with mode: 0644]
tools/libs/devicemodel/core.c [new file with mode: 0644]
tools/libs/devicemodel/include/xendevicemodel.h [new file with mode: 0644]
tools/libs/devicemodel/libxendevicemodel.map [new file with mode: 0644]
tools/libs/devicemodel/private.h [new file with mode: 0644]