libvirt/src
Michal Privoznik 714af1a50c domain_conf: Rewrite virDomainChrSourceModeTypeFromString() using VIR_ENUM_IMPL()
In domain_conf.c there's virDomainChrSourceModeTypeFromString()
which is open coded. Let's rewrite it using VIR_ENUM_DECL() +
VIR_ENUM_IMPL() combo.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2023-02-01 15:44:18 +01:00
..
access meson: Replace external_program.path() with external_program.full_path() 2022-10-10 15:06:09 +02:00
admin admin: use struct zero initializer instead of memset 2023-01-17 12:33:54 -05:00
bhyve bhyve: Use new connection close callbacks API 2023-01-06 15:30:09 +01:00
ch conf: introduce crypto device 2023-01-25 16:00:42 +01:00
conf domain_conf: Rewrite virDomainChrSourceModeTypeFromString() using VIR_ENUM_IMPL() 2023-02-01 15:44:18 +01:00
cpu src/cpu: add a basic RiscV64 cpu driver 2023-01-24 13:24:20 -03:00
cpu_map cpu_map: Add missing x86 feature "vgif" 2022-11-08 21:45:02 +01:00
esx meson: Replace meson.source_root() with meson.project_source_root() 2022-10-10 15:06:09 +02:00
hyperv meson: Replace meson.source_root() with meson.project_source_root() 2022-10-10 15:06:09 +02:00
hypervisor virclosecallbacks: Remove old close callbacks code 2023-01-06 15:30:09 +01:00
interface interface: use g_autofree and remove unnecessary label 2023-01-09 04:38:52 +01:00
keycodemapdb@57ba70da53 keycodemapdb: Update git submodule 2022-03-22 18:00:40 +01:00
libxl libxlMakeNetworkDiskSrc: Refactor cleanup 2023-02-01 09:16:17 +01:00
locking locking: use g_autofree and remove unnecessary label 2023-01-09 04:38:52 +01:00
logging logging: remove redundant XDR typedef 2023-01-17 12:33:54 -05:00
lxc lxc: fix XDR protocol compliance 2023-01-17 12:33:54 -05:00
network network: allow incoming connections to guests on routed networks w/firewalld 2022-11-05 14:46:19 -04:00
node_device nodedev: ignore EINVAL from libudev in udevEventHandleThread 2022-11-10 11:50:22 +01:00
nwfilter virNWFilterSnoopLeaseFileLoad: Don't typecast 'ipl.timeout' 2023-01-09 13:54:56 +01:00
openvz conf: extend xmlopt with job config & add job object into domain object 2022-09-07 12:06:18 +02:00
qemu qemu: fix a typo 2023-02-01 13:12:20 +01:00
remote remote: Fix memory leak in remoteDomainMigrateFinish3* 2023-01-30 16:02:41 +01:00
rpc rpc: Use struct zero initializer for args 2023-01-27 08:07:13 +01:00
secret secret: Inhibit shutdown for ephemeral secrets 2022-12-22 10:57:05 +01:00
security apparmor: Allow umount(/dev) 2023-01-18 18:02:03 +01:00
storage storageBackendCreateQemuImgSecretPath: Refactor cleanup 2023-02-01 09:16:17 +01:00
storage_file qemu: Prepare storage backing chain traversal code for FD passed images 2023-01-09 14:59:43 +01:00
test conf: virdomainobjlist: Remove return value from virDomainObjListCollect 2023-01-06 15:27:52 +01:00
util virCryptoEncryptDataAESgnutls: Restructure control flow 2023-02-01 09:16:17 +01:00
vbox vbox: Stop reporting RC in error messages 2023-01-24 10:45:48 +01:00
vmware vmware: use g_autofree and remove unnecessary label 2023-01-09 04:38:52 +01:00
vmx vmx: Rework virVMXConfigScanResultsCollector slightly 2022-11-16 12:51:48 +01:00
vz vz: use g_autofree and remove unnecessary label 2023-01-09 04:38:52 +01:00
admin_protocol-structs admin: Introduce virAdmConnectSetDaemonTimeout 2022-07-07 14:35:30 +02:00
datatypes.c datatypes: Simplify error path of 'virGetDomain' 2023-01-06 15:27:52 +01:00
datatypes.h datatypes: Clean up whitespace in definition of struct _virConnect 2023-01-06 15:27:52 +01:00
driver-hypervisor.h lib: Introduce virDomainFDAssociate API 2023-01-09 14:59:42 +01:00
driver-interface.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
driver-network.h api: add public virNetworkCreateXMLFlags() and remote protocol 2021-09-16 16:26:18 +02:00
driver-nodedev.h api: add virNodeDeviceIsPersistent()/IsActive() 2021-09-14 14:25:10 -05:00
driver-nwfilter.h api: add public virNWFilterDefineXMLFlags() and remote protocol 2021-08-20 15:38:53 +02:00
driver-secret.h secret: rework handling of private secrets 2021-05-13 11:07:47 +01:00
driver-state.h virStateInitialize: Propagate whether running in monolithic daemon mode to stateful driver init 2022-09-13 10:50:02 +02:00
driver-storage.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
driver-stream.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
driver.c virGetConnectGeneric: Only delegate existing identities 2022-11-15 11:04:33 +01:00
driver.h driver: Introduce global driver feature flag handling function 2022-02-17 13:15:46 +01:00
internal.h internal: Refuse values exceeding range of 'unsigned int' in virCheckFlags 2022-12-02 16:18:37 +01: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 maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_internal.h virStateInitialize: Propagate whether running in monolithic daemon mode to stateful driver init 2022-09-13 10:50:02 +02:00
libvirt_libssh2.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_libssh.syms libssh_transport: add new libssh-based transport 2016-11-15 15:50:51 +01:00
libvirt_linux.syms hostcpu: add support for reporting die_id in NUMA topology 2020-01-16 15:11:55 +00:00
libvirt_logging.syms logging: Build log manager only when RPC is available 2021-12-15 12:12:44 +01:00
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 openvz: Add missing symbols to libvirt_openvz.syms 2021-06-14 12:05:54 +02:00
libvirt_private.syms Support multiple watchdog devices 2023-01-26 16:40:30 +01:00
libvirt_probes.d drop libdbus from libvirt 2020-09-17 18:20:33 +02:00
libvirt_public.syms lib: Introduce virDomainFDAssociate API 2023-01-09 14:59:42 +01:00
libvirt_qemu.syms lib: Introduce 'virDomainQemuMonitorCommandWithFiles' 2022-03-01 13:29:49 +01:00
libvirt_remote.syms virnetmessage: Introduce virNetMessageClearFDs 2022-03-01 13:29:49 +01:00
libvirt_sasl.syms daemon: virNetSASLContext: store tcpMinSSF 2021-11-04 17:02:56 +01:00
libvirt_socket.syms rpc: Separate out socket code into another static lib 2021-12-15 12:12:43 +01:00
libvirt_vmware.syms VMware: Make version parsing testable and add tests 2013-09-20 08:23:31 -05:00
libvirt_vmx.syms vmx: hide private helpers 2020-10-14 11:23:18 +02:00
libvirt-domain-checkpoint.c virDomainCheckpointCreateXML: Add disclaimer about creating checkpoints 2022-09-01 13:11:09 +02:00
libvirt-domain-snapshot.c api: document support for external snapshot deletion 2023-01-09 13:33:19 +01:00
libvirt-domain.c lib: Introduce virDomainFDAssociate API 2023-01-09 14:59:42 +01:00
libvirt-host.c Document specifics of virConnectBaselineHypervisorCPU 2022-10-10 14:31:43 +02:00
libvirt-interface.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-lxc.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-lxc.pc.in meson: remove '.libs' from all relevant paths 2020-08-03 09:27:00 +02:00
libvirt-network.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-nodedev.c nodedev: Add VIR_NODE_DEVICE_(CREATE|DEFINE)_XML_VALIDATE flags 2022-11-01 13:07:20 +01:00
libvirt-nwfilter.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-qemu.c src: QemuMonitorCommandWithFiles: report error when fd passing is unsupported 2022-06-21 15:49:11 +02:00
libvirt-qemu.pc.in meson: remove '.libs' from all relevant paths 2020-08-03 09:27:00 +02:00
libvirt-secret.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-storage.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt-stream.c docstring: remove 'v' from since metadata 2022-05-04 18:11:06 +02:00
libvirt.c virStateInitialize: Propagate whether running in monolithic daemon mode to stateful driver init 2022-09-13 10:50:02 +02:00
libvirt.conf admin: Distribute libvirt-admin.conf 2015-12-01 11:44:48 +01:00
libvirt.pc.in meson: remove '.libs' from all relevant paths 2020-08-03 09:27:00 +02:00
lock_protocol-structs Fix make check with gcc version 5 2016-01-18 15:19:21 +01:00
lxc_monitor_protocol-structs Remove explicit enum from protocol structures 2015-07-08 14:34:38 +02:00
lxc_protocol-structs build: add new file, for lxc_protocol checking 2013-01-15 12:01:22 -07:00
meson.build meson: Replace external_program.path() with external_program.full_path() 2022-10-10 15:06:09 +02:00
qemu_protocol-structs lib: Introduce 'virDomainQemuMonitorCommandWithFiles' 2022-03-01 13:29:49 +01:00
README Remove phyp driver 2019-12-20 12:25:42 -05:00
remote_protocol-structs lib: Introduce virDomainFDAssociate API 2023-01-09 14:59:42 +01:00
virkeepaliveprotocol-structs build: Properly generate and check virkeepaliveprotocol-structs 2011-11-24 14:44:04 +01:00
virnetprotocol-structs Introduce VIR_NET_STREAM_HOLE message type 2017-05-18 07:42:13 +02:00

       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
 * 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, 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