]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: add explicit linkage to xenstore library
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 23 Jan 2018 18:17:13 +0000 (18:17 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 25 Jan 2018 09:30:54 +0000 (09:30 +0000)
commited45361044adce6cc4ab651689182578788e0214
treedfbebbdd96010c8456d9832980381af225c9b1cb
parent718a1f5437a35f41076763ff5780fa771fd7ae04
libxl: add explicit linkage to xenstore library

Since

  commit eee7bd4ecb5a3e83ed47cc89bf0dc4866b4858af
  Author: Joao Martins <joao.m.martins@oracle.com>
  Date:   Tue Jul 26 00:45:14 2016 +0100

    libxl: implement virDomainBlockStats

    Introduce initial support for domainBlockStats API

the libxl driver calls a couple of xenstore APIs, so it must explicitly
link to this library rather than rely on indirect linkage via libxl or
other xen libraries.

Reviewed-by: Jim Fehlig <jfehlig@suse.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
m4/virt-driver-libxl.m4