libvirt/src
Dmitry Guryanov 0f82f30612 parallels: fix parallelsDomainDefineXML for existing containers
Fix code, which checks what is changed in virDomainDef structure.
It looks slightly different for containers and VMs: containers haven't
boot devices, but have init path

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
2012-09-13 21:19:57 +08:00
..
conf Allow caps to be NULL when creating virDomainObjPtr instances 2012-09-13 12:16:59 +01:00
cpu
esx maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
hyperv hyperv: Add implementation for virConnectListAllDomains() 2012-09-06 10:04:30 +02:00
interface list: Implement listAllInterfaces 2012-09-12 15:37:09 +08:00
libxl vcpupin: Fix returning of arrays from virDomainVcpuPinAdd 2012-08-30 16:45:38 +02:00
locking sanlock: Provide better error if lockspace directory is missing 2012-08-21 18:09:09 +02:00
lxc Don't assume use of /sys/fs/cgroup 2012-09-07 13:30:20 +01:00
network list: Implement listAllNetworks for network driver 2012-09-11 17:00:46 +08:00
node_device
nwfilter nwfilter: drop use of awk 2012-09-06 16:33:06 -06:00
openvz openvz: check the exitstatus of vzlist 2012-08-24 03:07:00 -04:00
parallels parallels: fix parallelsDomainDefineXML for existing containers 2012-09-13 21:19:57 +08:00
phyp
qemu Fix data types used for list sizes in QEMU capabilities 2012-09-13 12:30:23 +01:00
remote list: Implemente RPC calls for virConnectListAllInterfaces 2012-09-12 15:36:56 +08:00
rpc maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
secret
security security: Re-apply commit ce53382ba2 2012-08-30 16:45:38 +02:00
storage list: Implement virStoragePoolListAllVolumes for storage driver 2012-09-10 10:38:57 +08:00
test list: Implement listAllNetworks for test driver 2012-09-11 17:01:25 +08:00
uml network: get vlan info for Open vSwitch interfaces from proper source 2012-08-30 18:05:18 +08:00
util Add a virBitmapCopy API 2012-09-13 11:44:01 +01:00
vbox maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
vmware maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
vmx
xen vcpupin: Fix returning of arrays from virDomainVcpuPinAdd 2012-08-30 16:45:38 +02:00
xenapi
xenxs
check-symfile.pl build: avoid tabs that failed syntax-check 2012-09-06 09:43:46 -06:00
datatypes.c
datatypes.h
driver.c
driver.h list: Define new API virConnectListAllInterfaces 2012-09-12 15:19:46 +08:00
dtrace2systemtap.pl
fdstream.c
fdstream.h
gnutls_1_0_compat.h
internal.h build: improved handling of <execinfo.h>, BSD <net/if.h> 2012-09-06 10:08:47 -06:00
libvirt_atomic.syms
libvirt_daemon.syms
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_linux.syms
libvirt_openvz.syms
libvirt_private.syms Add a virBitmapCopy API 2012-09-13 11:44:01 +01:00
libvirt_probes.d
libvirt_public.syms list: Define new API virConnectListAllInterfaces 2012-09-12 15:19:46 +08:00
libvirt_qemu_probes.d
libvirt_qemu.syms qemu-agent: available in 0.10.0 2012-08-23 13:05:52 -06:00
libvirt_sasl.syms
libvirt_vmx.syms
libvirt_xenxs.syms
libvirt-qemu.c agent: add virDrvDomainQemuAgentCommand prototype for drivers. 2012-08-23 18:13:15 +08:00
libvirt.c list: Define new API virConnectListAllInterfaces 2012-09-12 15:19:46 +08:00
libvirt.conf
Makefile.am build: avoid check-symfile on non-Linux 2012-09-05 13:10:18 -06:00
nodeinfo.c build: work with glibc that lacks CPU_COUNT 2012-08-21 12:07:03 -06:00
nodeinfo.h
qemu_protocol-structs agent: add remote driver support 2012-08-23 19:05:50 +08:00
README
remote_protocol-structs list: Implemente RPC calls for virConnectListAllInterfaces 2012-09-12 15:36:56 +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