]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
libxendevicemodel: add ability to inject an emulated MSI
authorIan Campbell <ian.campbell@citrix.com>
Wed, 10 Feb 2016 14:47:16 +0000 (14:47 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 10 Feb 2016 17:09:53 +0000 (17:09 +0000)
commit8443791992c2100b1a08934f2c896616ef374ba0
tree2376d78235ad6a5295922eebdcfa99aad77c8159
parent81960d0698de363aba5f4e2deff46bbcb7fc0a56
libxendevicemodel: add ability to inject an emulated MSI

XXX underlying hypercall is not stable. Note this with the version of
    @@UNSTABLE. Also in order to build need to define __XEN_TOOLS__,
    use a separate source file to avoid accidentally poluting the
    stable bits of the library.

TBD replace hypercall with a stable variant and move to emuirq.c +
    version as @@1.0

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