libvirt/src
Ján Tomko df753c85db cpu: use g_strdup instead of VIR_STRDUP
Replace all occurrences of
  if (VIR_STRDUP(a, b) < 0)
     /* effectively dead code */
with:
  a = g_strdup(b);

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2019-10-21 12:51:56 +02:00
..
access Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
admin Use g_steal_pointer instead of VIR_STEAL_PTR everywhere 2019-10-16 15:59:42 +02:00
bhyve bhyve: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02:00
conf conf: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02:00
cpu cpu: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02:00
cpu_map cpu_map: Introduce IA32_ARCH_CAPABILITIES MSR features 2019-06-20 14:02:36 +02:00
esx Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
hyperv Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
interface build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
keycodemapdb@6280c94f30 keycodemapdb: Update submodule 2019-04-15 16:18:00 +02:00
libxl drivers: use g_strdup in probe functions 2019-10-21 12:51:55 +02:00
locking Use g_strdup instead of ignoring VIR_STRDUP_QUIET's value 2019-10-21 12:51:55 +02:00
logging util: drop support for stack traces with logging 2019-10-18 16:25:17 +01:00
lxc drivers: use g_strdup in probe functions 2019-10-21 12:51:55 +02:00
network Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
node_device Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
nwfilter Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
openvz drivers: use g_strdup in probe functions 2019-10-21 12:51:55 +02:00
phyp Use g_steal_pointer instead of VIR_STEAL_PTR everywhere 2019-10-16 15:59:42 +02:00
qemu Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
remote Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
rpc Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
secret build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
security Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
storage Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
test Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
util Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
vbox drivers: use g_strdup in probe functions 2019-10-21 12:51:55 +02:00
vmware Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
vmx Use g_strdup to fill in default values 2019-10-21 12:51:55 +02:00
vz Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
admin_protocol-structs remote: don't pull anonymous enums into rpc protocol structs 2019-10-01 14:27:15 +01:00
check-aclperms.pl
check-aclrules.pl qemu: delete methods which are no longer supported 2019-06-27 14:41:48 +01:00
check-driverimpls.pl maint: Drop dead code in check-driverimpls.pl 2019-07-10 11:46:22 -05:00
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c network: add public APIs for network port object 2019-06-17 15:19:54 +01:00
datatypes.h src: add support for g_autoptr with virObject instances 2019-10-14 10:54:42 +01:00
driver-hypervisor.h api: introduce virConnectSetIdentity for passing uid, gid, selinux info 2019-09-16 11:25:01 +01:00
driver-interface.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-network.h network: add public APIs for network port object 2019-06-17 15:19:54 +01:00
driver-nodedev.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-nwfilter.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-secret.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-state.h remote: in per-driver daemons ensure that state initialize succeeds 2019-08-09 14:06:31 +01:00
driver-storage.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver-stream.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
driver.c Use g_autofree instead of VIR_AUTOFREE 2019-10-16 12:06:43 +02:00
driver.h Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK 2019-10-15 11:25:22 +02:00
dtrace2systemtap.pl
internal.h glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf() 2019-10-18 15:32:04 +02:00
libvirt_admin_private.syms
libvirt_admin_public.syms
libvirt_atomic.syms
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_internal.h remote: in per-driver daemons ensure that state initialize succeeds 2019-08-09 14:06:31 +01:00
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms network: allow DHCP/DNS/TFTP explicitly in OUTPUT rules 2019-10-18 18:49:54 +01:00
libvirt_probes.d
libvirt_public.syms api: introduce virConnectSetIdentity for passing uid, gid, selinux info 2019-09-16 11:25:01 +01:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms remote: pass identity across to newly opened daemons 2019-09-16 11:25:53 +01:00
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt-admin.c Use g_autoptr instead of VIR_AUTOPTR 2019-10-16 12:06:43 +02:00
libvirt-admin.conf
libvirt-domain-checkpoint.c backup: Introduce virDomainCheckpoint APIs 2019-07-26 16:48:58 -05:00
libvirt-domain-snapshot.c snapshot: Add VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE flag 2019-07-10 17:34:58 -05:00
libvirt-domain.c Use g_steal_pointer instead of VIR_STEAL_PTR everywhere 2019-10-16 15:59:42 +02:00
libvirt-host.c Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
libvirt-interface.c docs: Consistent spacing in *GetXMLDesc functions 2019-03-13 20:28:52 -05:00
libvirt-lxc.c
libvirt-lxc.pc.in
libvirt-network.c virNetworkGetDHCPLeases: fix docstring format 2019-06-20 15:49:19 +02:00
libvirt-nodedev.c
libvirt-nwfilter.c docs: Consistent spacing in *GetXMLDesc functions 2019-03-13 20:28:52 -05:00
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c
libvirt-storage.c storage: Add iscsi-direct pool list type flag 2019-07-13 17:40:09 +02:00
libvirt-stream.c src: Use consistent error preservation and restoration calls 2019-10-16 15:24:40 -04:00
libvirt.c Use g_autoptr instead of VIR_AUTOPTR 2019-10-16 12:06:43 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am build-aux: rewrite augeas test generator in Python 2019-10-18 13:54:03 +01:00
qemu_protocol-structs
README xenapi: remove driver 2019-09-03 15:37:54 -06:00
remote_protocol-structs remote: don't pull anonymous enums into rpc protocol structs 2019-10-01 14:27:15 +01: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:

 * bhyve         - bhyve - The BSD Hypervisor
 * 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
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU 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