libvirt/src
Daniel P. Berrange a56c347080 Use a hash table for storing MCS labels
Instead of using an O(n) efficiency linked list for storing
MCS labels, use a hash table. Instead of having the list
be global, put it in the SELinux driver private data struct
to ensure uniqueness across different instances of the driver.
This also ensures thread safety when multiple hypervisor
drivers are used in the same libvirtd process

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-07-20 20:17:24 +01:00
..
conf Add a sheepdog backend for the storage driver 2012-07-18 20:08:27 +01:00
cpu Replace use of virCPUReportError with virReportError 2012-07-19 16:20:01 +01:00
esx Replace use of ESX_ERROR & ESX_VI_ERROR with virReportError 2012-07-20 13:51:57 +01:00
hyperv Replace use of HYPERV_ERROR with virReportError 2012-07-20 13:52:06 +01:00
interface Replace use of interfaceReportError with virReportError 2012-07-18 21:27:30 +01:00
libxl Replace use of libxlError with virReportError 2012-07-20 13:18:49 +01:00
locking Replace use of virLockError with virReportError 2012-07-20 13:18:49 +01:00
lxc Make the 'lxc_driver' global variable non-static 2012-07-20 12:47:20 +01:00
network Replace use of networkReportError with virReportError 2012-07-19 10:15:38 +01:00
node_device Replace use of virNodeDeviceReportError with virReportError 2012-07-18 19:34:26 +01:00
nwfilter Disable NWFilter driver completely when unprivileged 2012-07-20 17:32:26 +01:00
openvz Replace use of openvzError with virReportError 2012-07-20 12:41:47 +01:00
phyp Replace use of PHYP_ERROR with virReportError 2012-07-20 13:52:20 +01:00
qemu Replace use of qemuReportError with virReportError 2012-07-19 14:42:28 +01:00
remote Replace use of remoteError with virReportError 2012-07-20 12:42:03 +01:00
rpc Replace use of virNetError with virReportError 2012-07-20 14:39:53 +01:00
secret Replace use of virSecretReportError with virReportError 2012-07-18 19:34:21 +01:00
security Use a hash table for storing MCS labels 2012-07-20 20:17:24 +01:00
storage Add a sheepdog backend for the storage driver 2012-07-18 20:08:27 +01:00
test Replace use of testError with virReportError 2012-07-19 16:19:51 +01:00
uml Replace use of umlReportError with virReportError 2012-07-19 14:41:49 +01:00
util Using virOnce for global initialization is desirable since it 2012-07-20 15:03:39 +01:00
vbox Replace use of vboxError with virReportError 2012-07-19 16:19:40 +01:00
vmware Replace use of vmwareError with virReportError 2012-07-19 16:20:28 +01:00
vmx Replace use of VMX_ERROR with virReportError 2012-07-20 14:40:28 +01:00
xen Replace use of custom macros with virReportError in the Xen drivers 2012-07-20 15:10:54 +01:00
xenapi Replace use of xenapiError with virReportError 2012-07-19 14:42:53 +01:00
xenxs Replace use of XENXS_ERROR with virReportError 2012-07-20 12:41:52 +01:00
datatypes.c Santize the reporting of VIR_ERR_INVALID_ERROR 2012-05-28 16:47:25 +01:00
datatypes.h Fixed URI parsing 2012-02-24 16:49:21 -07:00
driver.c Override default driver dir when running from GIT 2012-05-24 13:18:01 +01:00
driver.h list: add virDomainListAllSnapshots API 2012-06-19 13:50:03 -06:00
dtrace2systemtap.pl
fdstream.c Replace use of streamsReportError with virReportError 2012-07-20 12:42:53 +01:00
fdstream.h fdstream: Add internal callback on stream close 2012-02-27 15:05:17 +01:00
gnutls_1_0_compat.h
internal.h maint: include ignore-value in internal.h 2012-06-28 16:36:30 +02:00
libvirt_daemon.syms
libvirt_driver_modules.syms Override default driver dir when running from GIT 2012-05-24 13:18:01 +01:00
libvirt_esx.syms Remove libvirt_test.la library 2012-05-24 13:18:00 +01:00
libvirt_internal.h
libvirt_linux.syms Add linuxNodeInfoCPUPopulate to src/libvirt_linux.syms 2012-04-04 14:33:27 +01:00
libvirt_network.syms
libvirt_nwfilter.syms
libvirt_openvz.syms Remove libvirt_test.la library 2012-05-24 13:18:00 +01:00
libvirt_private.syms Add lots of internal symbols to libvirt_private.syms 2012-07-19 10:18:26 +01:00
libvirt_probes.d rpc: Remove unused parameter in virKeepAliveStopInternal 2012-06-13 15:53:09 +02:00
libvirt_public.syms list: add virDomainListAllSnapshots API 2012-06-19 13:50:03 -06:00
libvirt_qemu_probes.d Split QEMU dtrace probes into separate file 2012-05-24 13:18:01 +01:00
libvirt_qemu.syms
libvirt_sasl.syms
libvirt_vmx.syms
libvirt_xenxs.syms
libvirt-qemu.c Santize the reporting of VIR_ERR_INVALID_ERROR 2012-05-28 16:47:25 +01:00
libvirt.c Clarify direct migration 2012-07-13 09:15:18 +02:00
libvirt.conf Allow overriding default URI in config file 2012-03-15 11:20:17 +00:00
Makefile.am Move LXC process management code into separate file 2012-07-19 16:55:23 +01:00
nodeinfo.c Replace use of nodeReportError with virReportError 2012-07-20 14:04:08 +01:00
nodeinfo.h add nodeGetCPUmap() for getting available CPU IDs in a cpumap. 2012-03-06 21:54:48 -07:00
qemu_protocol-structs build: use correct type for pid and similar types 2012-03-02 06:57:43 -07:00
README
remote_protocol-structs Define public API for receiving guest memory balloon events 2012-07-14 16:02:26 +08:00
virkeepaliveprotocol-structs
virnetprotocol-structs

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * phyp/         - IBM Power Hypervisor using CLI tools over SSH
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * uml/          - User Mode Linux
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore
 * xenapi/       - Xen using libxenserver


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU, UML and Xen drivers.
The ESX, Hyper-V, Power Hypervisor, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories