POTFILES.in 1.1 KB
Newer Older
1
qemud/dispatch.c
2
qemud/qemud.c
3
qemud/remote.c
4
src/bridge.c
5 6
src/conf.c
src/console.c
7
src/datatypes.c
8
src/domain_conf.c
9
src/interface_conf.c
10
src/interface_driver.c
11
src/iptables.c
12
src/libvirt.c
13
src/logging.c
14
src/lxc_container.c
15
src/lxc_controller.c
16
src/lxc_driver.c
17
src/network_conf.c
18
src/network_driver.c
19
src/node_device.c
20
src/node_device_conf.c
21
src/node_device_hal_linux.c
22
src/nodeinfo.c
23 24
src/opennebula/one_conf.c
src/opennebula/one_driver.c
25 26
src/openvz_conf.c
src/openvz_driver.c
27
src/pci.c
28
src/phyp/phyp_driver.c
29
src/proxy_internal.c
30 31
src/qemu_conf.c
src/qemu_driver.c
32
src/remote_internal.c
33
src/security.c
34
src/security_selinux.c
35
src/storage_backend.c
36
src/storage_backend_disk.c
37
src/storage_backend_fs.c
38
src/storage_backend_iscsi.c
39
src/storage_backend_logical.c
40
src/storage_backend_scsi.c
D
Dave Allan 已提交
41
src/storage_backend_mpath.c
42 43
src/storage_conf.c
src/storage_driver.c
44
src/storage_encryption_conf.c
45
src/test.c
46 47
src/uml_conf.c
src/uml_driver.c
48
src/util.c
49
src/uuid.c
50
src/vbox/vbox_driver.c
51
src/vbox/vbox_tmpl.c
52
src/virsh.c
53
src/virterror.c
54
src/xen_inotify.c
55
src/xen_internal.c
56
src/xen_unified.c
57
src/xend_internal.c
58
src/xm_internal.c
59 60
src/xml.c
src/xs_internal.c