]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
xen: Use libxendevicemodel for emulated MSI handling
authorIan Campbell <ian.campbell@citrix.com>
Fri, 29 Jan 2016 12:32:08 +0000 (12:32 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 16:16:43 +0000 (16:16 +0000)
commit021a4158039e7466912d16dc301d2acfcab5f98b
treedab46718b870ac8790255dcd109d8ee6ca30a834
parent18a26e729b51ce1fe5c8355b86c9781ee551a8ce
xen: Use libxendevicemodel for emulated MSI handling

Create the necessary shim layer for older versions of Xen, as usual
using the new library API as the basis.

We need to drop the configure check for xc_hvm_inject_msi from the
iface=471 case, since it will go away around the same time that
libxendevicemodel is introduced. Other factors in this block will
ensure we don't detect 471 in error.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
configure
include/hw/xen/xen_common.h
xen-hvm.c