libvirt/src
Peter Krempa 5e8551fbc0 util: virbuffer: Remove @dynamic from virBufferGetIndent
After the conversion of all callers that would pass true as @dynamic to
a different function we can remove the unused argument now.

Additionally modify the return type to 'size_t' as indentation can't be
negative and remove checks whether @buf is passed as it's caller's duty
to do so.

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 util: virbuffer: Remove @dynamic from virBufferGetIndent 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 cpu_map: Introduce IA32_ARCH_CAPABILITIES MSR features 2019-06-20 14:02:36 +02:00
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: virbuffer: Remove @dynamic from virBufferGetIndent 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
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
driver-interface.h
driver-network.h
driver-nodedev.h
driver-nwfilter.h
driver-secret.h Use #pragma once in driver headers 2019-06-13 17:05:08 +02:00
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 maint: check all symfiles for sorting 2013-02-22 16:48:12 -07:00
libvirt_driver_modules.syms util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms Bump release to 2.0.0 and document release schedule & versioning 2016-06-14 10:59:07 +02:00
libvirt_openvz.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_private.syms util: buffer: Split getting of effective indent out of virBufferGetIndent 2019-10-24 19:35:34 +02:00
libvirt_probes.d
libvirt_public.syms
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 virneserverclient: Introduce virNetServerClientHasSASLSession 2016-05-03 15:52:50 +02:00
libvirt_vmware.syms
libvirt_vmx.syms VMX: Create virVMXFormatDisk() from HD and CD-ROM 2013-09-01 23:11:50 -05:00
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 Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
libvirt-network.c
libvirt-nodedev.c
libvirt-nwfilter.c
libvirt-qemu.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
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 Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
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 qemu: wire up RPC for qemu monitor events 2014-03-20 11:25:37 -06:00
README xenapi: remove driver 2019-09-03 15:37:54 -06:00
remote_protocol-structs
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