mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Fix Xen dlopen module missing export
This commit is contained in:
parent
1fbee8dadf
commit
1aac8114ae
@ -1,3 +1,8 @@
|
||||
Fri Apr 24 13:19:47 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/libvirt_private.syms: Add virDomainHostdevDefFree needed
|
||||
by Xen driver when built as a module.
|
||||
|
||||
Fri Apr 24 13:17:47 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
Fix network config in XM driver
|
||||
|
@ -82,6 +82,7 @@ virDomainFindByUUID;
|
||||
virDomainGetRootFilesystem;
|
||||
virDomainGraphicsTypeFromString;
|
||||
virDomainGraphicsDefFree;
|
||||
virDomainHostdevDefFree;
|
||||
virDomainInputDefFree;
|
||||
virDomainLifecycleTypeFromString;
|
||||
virDomainLifecycleTypeToString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user