Files
libvirt/po/POTFILES.in
T

123 lines
2.9 KiB
Plaintext
Raw Normal View History

2009-09-16 17:26:27 +01:00
daemon/dispatch.c
daemon/libvirtd.c
daemon/remote.c
2009-08-24 20:53:48 +01:00
daemon/stream.c
2009-12-18 14:50:04 +01:00
src/conf/cpu_conf.c
2009-09-16 17:26:27 +01:00
src/conf/domain_conf.c
2010-01-13 13:11:33 -05:00
src/conf/domain_event.c
2009-09-16 17:26:27 +01:00
src/conf/interface_conf.c
src/conf/network_conf.c
src/conf/node_device_conf.c
src/conf/nwfilter_conf.c
src/conf/nwfilter_params.c
2009-09-16 17:26:27 +01:00
src/conf/secret_conf.c
src/conf/storage_conf.c
src/conf/storage_encryption_conf.c
2009-12-18 16:02:11 +01:00
src/cpu/cpu.c
src/cpu/cpu_generic.c
2009-12-18 16:02:11 +01:00
src/cpu/cpu_map.c
src/cpu/cpu_x86.c
src/datatypes.c
2010-05-20 08:59:01 +02:00
src/driver.c
2010-04-02 21:34:31 +02:00
src/esx/esx_driver.c
2010-05-18 18:11:59 +02:00
src/esx/esx_storage_driver.c
2010-04-02 21:34:31 +02:00
src/esx/esx_util.c
src/esx/esx_vi.c
src/esx/esx_vi_methods.c
src/esx/esx_vi_types.c
src/fdstream.c
2009-09-16 17:26:27 +01:00
src/interface/netcf_driver.c
2010-04-16 19:21:10 +02:00
src/internal.h
2008-01-29 18:19:46 +00:00
src/libvirt.c
2009-09-16 17:26:27 +01:00
src/lxc/lxc_container.c
2010-05-25 15:33:51 +01:00
src/lxc/lxc_conf.c
2009-09-16 17:26:27 +01:00
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
2010-07-24 02:25:56 +09:00
src/lxc/veth.c
2009-09-16 17:26:27 +01:00
src/network/bridge_driver.c
src/node_device/node_device_driver.c
2010-05-20 08:59:01 +02:00
src/node_device/node_device_hal.c
src/node_device/node_device_linux_sysfs.c
src/node_device/node_device_udev.c
src/nodeinfo.c
src/nwfilter/nwfilter_driver.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_learnipaddr.c
src/opennebula/one_conf.c
src/opennebula/one_driver.c
2009-09-16 17:26:27 +01:00
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_bridge_filter.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
2009-09-16 17:26:27 +01:00
src/qemu/qemu_conf.c
src/qemu/qemu_domain.c
2009-09-16 17:26:27 +01:00
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_monitor.c
2009-11-03 13:59:18 -05:00
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
2009-09-16 17:26:27 +01:00
src/remote/remote_driver.c
src/secret/secret_driver.c
2009-10-08 16:34:22 +02:00
src/security/security_apparmor.c
src/security/security_dac.c
2010-05-20 08:59:01 +02:00
src/security/security_driver.c
2009-09-16 17:26:27 +01:00
src/security/security_selinux.c
2009-10-08 16:34:22 +02:00
src/security/virt-aa-helper.c
2010-11-16 12:01:37 -07:00
src/storage/parthelper.c
2009-09-16 17:26:27 +01:00
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_scsi.c
src/storage/storage_driver.c
src/test/test_driver.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/util/authhelper.c
2009-09-16 17:26:27 +01:00
src/util/bridge.c
2010-05-20 08:59:01 +02:00
src/util/cgroup.c
2010-05-25 12:14:06 +01:00
src/util/command.c
2009-09-16 17:26:27 +01:00
src/util/conf.c
2010-04-26 15:56:03 +02:00
src/util/dnsmasq.c
2010-03-26 15:49:45 +01:00
src/util/hooks.c
src/util/hostusb.c
src/util/interface.c
src/util/iptables.c
src/util/json.c
2010-02-15 16:58:13 +01:00
src/util/macvtap.c
2010-10-20 15:13:00 +01:00
src/util/network.c
2009-09-16 17:26:27 +01:00
src/util/pci.c
src/util/processinfo.c
src/util/stats_linux.c
src/util/storage_file.c
src/util/sysinfo.c
2009-09-16 17:26:27 +01:00
src/util/util.c
2010-09-15 14:44:11 +01:00
src/util/virtaudit.c
2009-09-16 17:26:27 +01:00
src/util/virterror.c
src/util/xml.c
2010-12-14 23:07:57 +01:00
src/vbox/vbox_MSCOMGlue.c
src/vbox/vbox_XPCOMCGlue.c
src/vbox/vbox_driver.c
src/vbox/vbox_tmpl.c
2010-12-17 11:28:20 +01:00
src/vmware/vmware_conf.c
src/vmware/vmware_driver.c
src/vmx/vmx.c
2009-09-16 17:26:27 +01:00
src/xen/xen_driver.c
src/xen/xen_hypervisor.c
src/xen/xen_inotify.c
2010-05-20 08:59:01 +02:00
src/xen/xend_internal.c
2009-09-16 17:26:27 +01:00
src/xen/xm_internal.c
src/xen/xs_internal.c
src/xenapi/xenapi_driver.c
2010-03-16 19:32:05 +01:00
src/xenapi/xenapi_utils.c
2009-09-16 17:26:27 +01:00
tools/console.c
tools/libvirt-guests.init.sh
2009-09-16 17:26:27 +01:00
tools/virsh.c