libvirt/src
Daniel P. Berrangé 600462834f Remove all Author(s): lines from source file headers
In many files there are header comments that contain an Author:
statement, supposedly reflecting who originally wrote the code.
In a large collaborative project like libvirt, any non-trivial
file will have been modified by a large number of different
contributors. IOW, the Author: comments are quickly out of date,
omitting people who have made significant contribitions.

In some places Author: lines have been added despite the person
merely being responsible for creating the file by moving existing
code out of another file. IOW, the Author: lines give an incorrect
record of authorship.

With this all in mind, the comments are useless as a means to identify
who to talk to about code in a particular file. Contributors will always
be better off using 'git log' and 'git blame' if they need to  find the
author of a particular bit of code.

This commit thus deletes all Author: comments from the source and adds
a rule to prevent them reappearing.

The Copyright headers are similarly misleading and inaccurate, however,
we cannot delete these as they have legal meaning, despite being largely
inaccurate. In addition only the copyright holder is permitted to change
their respective copyright statement.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-12-13 16:08:38 +00:00
..
access Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
admin Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bhyve Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
conf Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
cpu_map cpu_map: Use and install Icelake model definitions 2018-10-03 13:00:54 +02:00
esx src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
hyperv Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
interface Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
keycodemapdb@16e5b07876 keycodemapdb: Update submodule 2018-03-12 16:30:49 +01:00
libxl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
locking Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
logging Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
network Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
node_device Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nwfilter Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
openvz Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
phyp Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
qemu Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
remote Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
rpc Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
secret Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
security Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
storage Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
test test: Convert testDriver to virObjectLockable 2018-11-26 14:22:24 +01:00
uml Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
util Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
vbox Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
vmware src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vmx Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
vz Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
xenapi Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
xenconfig Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
admin_protocol-structs
check-aclperms.pl
check-aclrules.pl acl: remove various left over Xen ACL whitelist entries 2018-04-16 10:29:36 +01:00
check-driverimpls.pl check scripts: handle unintialized driver vars in check-driverimpls.pl 2018-04-19 11:05:00 +03:00
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c src: Fix memory leak in virNWFilterBindingDispose 2018-07-21 09:23:54 -04:00
datatypes.h nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
driver-hypervisor.h lib: Introduce virDomainSetIOThreadParams 2018-11-19 07:26:40 -05:00
driver-interface.h
driver-network.h
driver-nodedev.h
driver-nwfilter.h nwfilter: export port binding concept in the public API 2018-06-26 11:22:07 +01:00
driver-secret.h
driver-state.h
driver-storage.h storage: export virStoragePoolLookupByTargetPath as a public API 2018-02-09 11:05:10 +00:00
driver-stream.h
driver.c util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
driver.h Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
dtrace2systemtap.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
internal.h internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
libvirt_admin_private.syms
libvirt_admin_public.syms
libvirt_atomic.syms
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 driver: Add typedef for the anonymous enum used for driver features 2018-03-15 17:12:28 -04:00
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms conf: Introduce virDomainGraphics-related helpers 2018-12-03 14:56:08 +01:00
libvirt_probes.d Forget last daemon/ dir artefacts 2018-07-27 15:44:38 +02:00
libvirt_public.syms lib: Introduce virDomainSetIOThreadParams 2018-11-19 07:26:40 -05:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms src: Dissolve libvirt_gnutls.syms in libvirt_remote.syms 2018-06-05 14:32:30 +02:00
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms
libvirt-admin.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
libvirt-admin.conf
libvirt-domain-snapshot.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-domain.c Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
libvirt-host.c libvirt: Introduce virNodeGetSEVInfo public API 2018-06-12 09:52:00 +02:00
libvirt-interface.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-lxc.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
libvirt-lxc.pc.in
libvirt-network.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-nodedev.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-nwfilter.c nwfilter: Add extra verbiage for binding create/delete 2018-08-24 08:45:19 -04:00
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 src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-storage.c src: storage: Provide a better explanation of virStoragePoolSetAutostart 2018-08-22 09:46:10 +02:00
libvirt-stream.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt.c check-spacing: do not kill C++-style comments 2018-11-06 14:14:41 +01:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am util: introduce cgroup v2 files 2018-10-05 15:53:29 +02:00
qemu_protocol-structs
README
remote_protocol-structs lib: Introduce virDomainSetIOThreadParams 2018-11-19 07:26:40 -05: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
 * 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