Eric Blake
f0aa4935d3
maint: make it easier to sort syms files
...
I got bit by 'make check' complaining that the sort order I got
by emacs' sort-lines function differed from expectations.
* src/libvirt_private.syms: Add emacs trailer.
* src/libvirt_atomic.syms: Likewise.
* src/libvirt_daemon.syms: Likewise.
* src/libvirt_esx.syms: Likewise.
* src/libvirt_libssh2.syms: Likewise.
* src/libvirt_linux.syms: Likewise.
* src/libvirt_openvz.syms: Likewise.
* src/libvirt_sasl.syms: Likewise.
* src/libvirt_vmx.syms: Likewise.
* src/libvirt_xenxs.syms: Likewise.
2013-01-25 08:33:09 -07:00
Osier Yang
090eb35c0c
Do not export symbol virStateActive anymore
...
Commit 79b8a56995
removes virStateActive, however it forgot to
remove the symbol together. Pushed under build-breaker rule.
2012-12-04 23:41:10 +08:00
Daniel P. Berrange
d442ee23bd
Introduce a 'stop' method to virDriverState
...
To allow actions to be performed in libvirtd when the host
shuts down, or user session exits, introduce a 'stop'
method to virDriverState. This will do things like saving
the VM state to a file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-29 16:14:36 +00:00
Daniel P. Berrange
ebb1ccb517
Alphabetically sort libvirt_daemon.syms
...
Sort the symbols listed in libvirt_daemon.syms
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-27 19:37:13 +00:00
Matthias Bolte
6d45d5855d
Export conditional state driver symbols only when they are defined
...
This is necessary for MinGW builds.
2010-03-23 02:05:18 +01:00