libvirt/src
Peter Krempa 241057681a util: buffer: Simplify escape buffer allocations
Replace combinations of xalloc_oversized and VIR_ALLOC_N_QUIET by using
g_malloc0_n which does the checking internally.

This conversion is done with a semantic difference and slightly higher
memory requirements as I've opted to allocate one chunk more than
necessary rather than trying to accomodate the NUL byte separately.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-10-24 19:35:34 +02:00
..
access Use G_N_ELEMENTS instead of ARRAY_CARDINALITY 2019-10-15 16:14:19 +02:00
admin remote: dispatch: Remove return value from make_nonnull_* helpers 2019-10-24 19:35:34 +02:00
bhyve Drop needless ret variable 2019-10-24 08:10:37 +02:00
conf conf: checkpoint: Don't clear current checkpoint when redefining 2019-10-24 19:35:34 +02:00
cpu cpu: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02:00
cpu_map
esx esx: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02:00
hyperv Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
interface m4: virt-netcf: bump minimal version to 0.1.8 2019-10-23 14:30:49 +02:00
keycodemapdb@6280c94f30
libxl Drop needless ret variable 2019-10-24 08:10:37 +02:00
locking locking: separate lock driver code into libvirt_driver_lock.la 2019-10-23 14:30:54 +02:00
logging logging: separate log driver code into libvirt_driver_log.la 2019-10-23 14:30:56 +02:00
lxc Drop needless ret variable 2019-10-24 08:10:37 +02:00
network Drop needless ret variable 2019-10-24 08:10:37 +02:00
node_device node_device: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:57 +02:00
nwfilter Drop needless ret variable 2019-10-24 08:10:37 +02:00
openvz Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
phyp Drop needless ret variable 2019-10-24 08:10:37 +02:00
qemu qemu: blockjob: Use 'g_free' in qemuBlockJobDataDispose 2019-10-24 19:35:34 +02:00
remote remote: Serialize typed parameters earlier 2019-10-24 19:35:34 +02:00
rpc remote: dispatch: Remove return value from make_nonnull_* helpers 2019-10-24 19:35:34 +02:00
secret build: fix use of $(AUG_GENTEST) as a dependency 2019-10-18 13:54:03 +01:00
security m4: virt-selinux: remove obsolete checks 2019-10-23 14:30:50 +02:00
storage Drop needless ret variable 2019-10-24 08:10:37 +02:00
test conf: snapshot: Remove 'update_current' parameter from virDomainSnapshotRedefinePrep 2019-10-24 19:35:34 +02:00
util util: buffer: Simplify escape buffer allocations 2019-10-24 19:35:34 +02:00
vbox Drop needless ret variable 2019-10-24 08:10:37 +02:00
vmware Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
vmx Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
vz Drop needless ret variable 2019-10-24 08:10:37 +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
check-driverimpls.pl
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c datatypes: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:56 +02: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
driver-network.h
driver-nodedev.h
driver-nwfilter.h
driver-secret.h
driver-state.h
driver-storage.h
driver-stream.h
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 internal: Use g_strcmp0 in STR(N)EQ_NULLABLE 2019-10-24 19:35:34 +02:00
libvirt_atomic.syms
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms util: hash: Introduce virHashHasEntry 2019-10-21 16:53:42 +02: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-domain-checkpoint.c
libvirt-domain-snapshot.c
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
libvirt-lxc.c
libvirt-lxc.pc.in
libvirt-network.c
libvirt-nodedev.c
libvirt-nwfilter.c
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c
libvirt-storage.c
libvirt-stream.c Drop needless ret variable 2019-10-24 08:10:37 +02:00
libvirt.c Use g_strdup instead of VIR_STRDUP everywhere 2019-10-21 12:51:59 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am build: src: fix libtool dependency issue 2019-10-24 12:40:45 +02: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