libvirt/src
John Ferlan b50efe97ad conf: Add VM Generation ID parse/format support
The VM Generation ID is a mechanism to provide a unique 128-bit,
cryptographically random, and integer value identifier known as
the GUID (Globally Unique Identifier) to the guest OS. The value
is used to help notify the guest operating system when the virtual
machine is executed with a different configuration.

This patch adds support for a new "genid" XML element similar to
the "uuid" element. The "genid" element can have two forms "<genid/>"
or "<genid>$GUID</genid>". If the $GUID is not provided, libvirt
will generate one and save it in the XML.

Since adding support for a generated GUID (or UUID like) value to
be displayed modifying the xml2xml test to include virrandommock.so
is necessary since it will generate a "known" value.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
2018-05-25 08:04:34 -04:00
..
access access/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
admin make: split admin driver build rules into admin/Makefile.inc.am 2018-03-05 17:12:01 +00:00
bhyve bhyve: start using virDomainObjCheckActive 2018-05-14 08:58:33 +02:00
conf conf: Add VM Generation ID parse/format support 2018-05-25 08:04:34 -04:00
cpu cpu: define the 'virt-ssbd' CPUID feature bit (CVE-2018-3639) 2018-05-22 13:13:27 +02:00
esx esx: Use VIR_CRYPTO_HASH_SIZE_MD5 2018-05-14 14:05:21 +02:00
hyperv hyperv/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
interface virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
keycodemapdb@16e5b07876 keycodemapdb: Update submodule 2018-03-12 16:30:49 +01:00
libxl libxl: don't set hasManagedSave when performing save 2018-05-15 11:03:04 -06:00
locking log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
logging log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
lxc lxc: start using virDomainObjCheckActive 2018-05-14 08:58:33 +02:00
network util: Clean up consumers of virJSONValueArraySize 2018-05-10 14:59:15 -04:00
node_device virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
nwfilter nwfilter/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
openvz conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
phyp phyp/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
qemu qemu: domain: Use typecasted enum in qemuDomainDeviceDefPostParse 2018-05-24 18:25:30 +02:00
remote log: update docs for daemons to improve user understanding 2018-05-11 17:11:46 +01:00
rpc Remove check for gnutls/crypto.h 2018-05-16 10:40:40 +02:00
secret driver: ensure NULL URI isn't passed to drivers with whitelisted URIs 2018-04-12 16:52:02 +01:00
security security/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage storage_util: Introduce storageBackendDoCreateQemuImg 2018-05-15 16:57:24 -04:00
test test driver: Make test capabilities report more hugepages per each NUMA node 2018-05-23 15:27:40 +02:00
uml conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
util log: actually do substring matches with fnmatch 2018-05-16 17:48:17 +01:00
vbox virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
vmware conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
vmx vmx/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
vz conf: Clean up object referencing for Add and Remove 2018-05-03 19:09:03 -04:00
xenapi driver: ensure NULL URI isn't passed to drivers with whitelisted URIs 2018-04-12 16:52:02 +01:00
xenconfig xenconfig: xm: Fix checking for extra in parser 2018-05-14 17:07:30 -06:00
admin_protocol-structs admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
check-aclperms.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
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 perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
check-symfile.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
check-symsorting.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
datatypes.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
datatypes.h src: Unify virObject member name 2018-04-18 10:04:55 +02:00
driver-hypervisor.h driver: introduce a driver method for probing default URIs 2018-04-12 16:52:02 +01:00
driver-interface.h Removing probing of secondary drivers 2015-01-27 12:02:04 +00:00
driver-network.h Removing probing of secondary drivers 2015-01-27 12:02:04 +00:00
driver-nodedev.h Introduce node device lifecycle event APIs 2016-08-02 09:52:00 -04:00
driver-nwfilter.h Removing probing of secondary drivers 2015-01-27 12:02:04 +00:00
driver-secret.h Introduce secret lifecycle event APIs 2017-01-09 15:53:48 +00:00
driver-state.h Split driver.h into multiple parts 2014-10-23 11:10:05 +01:00
driver-storage.h storage: export virStoragePoolLookupByTargetPath as a public API 2018-02-09 11:05:10 +00:00
driver-stream.h Introduce virStreamInData 2017-05-18 07:42:13 +02:00
driver.c util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
driver.h util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
dtrace2systemtap.pl perl: Don't hardcode interpreter path 2017-09-19 16:04:53 +02:00
internal.h po: provide custom make rules for po file management 2018-04-19 10:35:58 +01:00
libvirt_admin_private.syms admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
libvirt_admin_public.syms admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01: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 maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_gnutls.syms Add APIs to get at more client security data 2013-03-19 13:11:46 +00:00
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 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 Expose Linux symbols only on Linux 2017-03-27 17:36:13 +02: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 maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_private.syms conf: domain: Export virDomainStorageSourceParse 2018-05-23 13:18:23 +02:00
libvirt_probes.d Add systemd/dtrace probes for DBus APIs 2015-01-15 11:07:13 +00:00
libvirt_public.syms storage: export virStoragePoolLookupByTargetPath as a public API 2018-02-09 11:05:10 +00:00
libvirt_qemu_probes.d build: fix binary location in stap files --with-driver-modules 2012-08-10 23:11:26 -04:00
libvirt_qemu.syms qemu: new API for tracking arbitrary monitor events 2014-03-20 11:25:37 -06:00
libvirt_remote.syms rpc: export xdr_virNetMessageError for virnetmessagetest on Win32 2018-02-09 14:29:33 +00:00
libvirt_sasl.syms virneserverclient: Introduce virNetServerClientHasSASLSession 2016-05-03 15:52:50 +02:00
libvirt_vmware.syms VMware: Make version parsing testable and add tests 2013-09-20 08:23:31 -05:00
libvirt_vmx.syms VMX: Create virVMXFormatDisk() from HD and CD-ROM 2013-09-01 23:11:50 -05:00
libvirt_xenconfig.syms xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
libvirt-admin.c po: provide custom make rules for po file management 2018-04-19 10:35:58 +01:00
libvirt-admin.conf admin: Introduce libvirt-admin.conf 2015-11-30 09:36:19 +01:00
libvirt-domain-snapshot.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-domain.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-host.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-interface.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-lxc.c Print hex values with '0x' prefix and octal with '0' in debug messages 2017-09-25 13:34:53 +01:00
libvirt-lxc.pc.in Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
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 src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-qemu.c Print hex values with '0x' prefix and octal with '0' in debug messages 2017-09-25 13:34:53 +01:00
libvirt-qemu.pc.in Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
libvirt-secret.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-storage.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt-stream.c src: Unify virObject member name 2018-04-18 10:04:55 +02:00
libvirt.c Deprecate GNUTLS_GCRYPT 2018-05-16 10:40:40 +02:00
libvirt.conf admin: Distribute libvirt-admin.conf 2015-12-01 11:44:48 +01:00
libvirt.pc.in Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01: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
Makefile.am Makefile: fix typo 2018-05-02 14:47:46 +02:00
qemu_protocol-structs qemu: wire up RPC for qemu monitor events 2014-03-20 11:25:37 -06:00
README bhyve: add basic documentation 2014-03-01 23:44:58 +04:00
remote_protocol-structs datatypes: Rename @parent to @parentName in virNodeDevice 2018-04-18 10:04:55 +02: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
 * 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