node_device_udev: add error reporting to udevProcessCCWGroup
[libvirt.git] / src / libvirt_qemu.syms
blob182658bd0d4b140ed982927d9c3976b85d5a91f6
2 # Officially exported symbols, for which header
3 # file definitions are installed in /usr/include/libvirt
4 # from libvirt-qemu.h
6 # Versions here are *fixed* to match the libvirt version
7 # at which the symbol was introduced. This ensures that
8 # a new client app requiring symbol foo() can't accidentally
9 # run with old libvirt-qemu.so not providing foo() - the global
10 # soname version info can't enforce this since we never
11 # change the soname
13 LIBVIRT_QEMU_0.8.3 {
14     global:
15         virDomainQemuMonitorCommand;
18 LIBVIRT_QEMU_0.9.4 {
19     global:
20         virDomainQemuAttach;
21 } LIBVIRT_QEMU_0.8.3;
23 LIBVIRT_QEMU_0.10.0 {
24     global:
25         virDomainQemuAgentCommand;
26 } LIBVIRT_QEMU_0.9.4;
28 LIBVIRT_QEMU_1.2.3 {
29     global:
30         virConnectDomainQemuMonitorEventDeregister;
31         virConnectDomainQemuMonitorEventRegister;
32 } LIBVIRT_QEMU_0.10.0;
34 LIBVIRT_QEMU_8.2.0 {
35     global:
36         virDomainQemuMonitorCommandWithFiles;
37 } LIBVIRT_QEMU_1.2.3;